Html Css Color HEX #7FEEAA Vista Blue

📋 copy color: '#7FEEAA'

red 127 ◦ green 238 ◦ blue 170

#7FEEAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vista Blue #7FEEAA

Tints of Vista Blue #7FEEAA

RGB

 RED value IS 127 (50% from 255) = 23.74%

 GREEN value IS 238 (93.36% from 255) = 44.49%

 BLUE value IS 170 (66.8% from 255) = 31.78%

R = 23.74%
G = 44.49%
B = 31.78%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7FEEAA (or 0x7FEEAA) is known color: Vista Blue. HEX triplet: 7F, EE and AA. RGB value is (127,238,170). Sum of RGB (Red+Green+Blue) = 127+238+170=535 (70% of max value = 765). Red value is 127 (50% from 255 or 23.74% from 535); Green value is 238 (93.36% from 255 or 44.49% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 238 - color contains mainly: green. Hex color #7FEEAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FEEAA is #801155. Grayscale: #C5C5C5. Windows color (decimal): -8393046 or 11202175. OLE color: 11202175.

HSL color Cylindrical-coordinate representation of color #7FEEAA: hue angle of 143.24º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FEEAA is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 238 170 -
CMYK 0.47 0 0.29 0.07
HSL 143.24º 0.77% 0.72% -
HSV(B) 143.24º 0.47% 0.93% -
XYZ 46.58 68.56 48.81 -
YUV 197.06 112.73 78.03 -
System Red Green Blue C M Y K H S L
Decimal 127 238 170 0.47 0 0.29 0.07 143.24 0.77 0.72
Hex 7F EE AA 2F 0 1D 7 8F 4D 48
Octal 177 356 252 57 0 35 7 217 115 110
Binary 1111111 11101110 10101010 101111 0 11101 111 10001111 1001101 1001000

Color Harmonies of #7FEEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEEAA

Black with #7FEEAA

Text Example


Text Example

White with #7FEEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FEEAA; }

 p { color: rgb(127,238,170); }

 H1.HeaderClassName
 {
   color: #7FEEAA;
 }
 .AnyTagClassName
 {
   color: #7FEEAA;
 }
</style>

background-color css

<style>
 a { background-color: #7FEEAA; }

 a { background-color: rgb(127,238,170); }

 div.DivClassName
 {
   background-color: #7FEEAA;
 }
 .BgClassName
 {
   background-color: #7FEEAA;
 }
</style>

border-color css

<style>
 span { border-color: #7FEEAA; }

 span { border-color: rgb(127,238,170); }

 td.TdClassName
 {
   border-color: #7FEEAA;
 }
 .TagClassName
 {
   border-color: #7FEEAA;
 }
</style>