Html Css Color HEX #7FD0A7 Vista Blue

📋 copy color: '#7FD0A7'

red 127 ◦ green 208 ◦ blue 167

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

Shades of Vista Blue #7FD0A7

Tints of Vista Blue #7FD0A7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 41.43%

 BLUE value IS 167 (65.63% from 255) = 33.27%

R = 25.3%
G = 41.43%
B = 33.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#7FD0A7 (or 0x7FD0A7) is known color: Vista Blue. HEX triplet: 7F, D0 and A7. RGB value is (127,208,167). Sum of RGB (Red+Green+Blue) = 127+208+167=502 (66% of max value = 765). Red value is 127 (50% from 255 or 25.30% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 167 (65.62% from 255 or 33.27% from 502); Max value from RGB is 208 - color contains mainly: green. Hex color #7FD0A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD0A7 is #802F58. Grayscale: #B3B3B3. Windows color (decimal): -8400729 or 10997887. OLE color: 10997887.

HSL color Cylindrical-coordinate representation of color #7FD0A7: hue angle of 149.63º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FD0A7 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 127 208 167 -
CMYK 0.39 0 0.20 0.18
HSL 149.63º 0.46% 0.66% -
HSV(B) 149.63º 0.39% 0.82% -
XYZ 38.28 52.41 44.66 -
YUV 179.11 121.16 90.83 -
System Red Green Blue C M Y K H S L
Decimal 127 208 167 0.39 0 0.20 0.18 149.63 0.46 0.66
Hex 7F D0 A7 27 0 14 12 96 2E 42
Octal 177 320 247 47 0 24 22 226 56 102
Binary 1111111 11010000 10100111 100111 0 10100 10010 10010110 101110 1000010

Color Harmonies of #7FD0A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD0A7

Black with #7FD0A7

Text Example


Text Example

White with #7FD0A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,208,167); }

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

background-color css

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

 a { background-color: rgb(127,208,167); }

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

border-color css

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

 span { border-color: rgb(127,208,167); }

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