Html Css Color HEX #76F7A8 Vista Blue

📋 copy color: '#76F7A8'

red 118 ◦ green 247 ◦ blue 168

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

Shades of Vista Blue #76F7A8

Tints of Vista Blue #76F7A8

RGB

 RED value IS 118 (46.48% from 255) = 22.14%

 GREEN value IS 247 (96.88% from 255) = 46.34%

 BLUE value IS 168 (66.02% from 255) = 31.52%

R = 22.14%
G = 46.34%
B = 31.52%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#76F7A8 (or 0x76F7A8) is known color: Vista Blue. HEX triplet: 76, F7 and A8. RGB value is (118,247,168). Sum of RGB (Red+Green+Blue) = 118+247+168=533 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.14% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 168 (66.02% from 255 or 31.52% from 533); Max value from RGB is 247 - color contains mainly: green. Hex color #76F7A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76F7A8 is #890857. Grayscale: #C7C7C7. Windows color (decimal): -8980568 or 11073398. OLE color: 11073398.

HSL color Cylindrical-coordinate representation of color #76F7A8: hue angle of 143.26º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76F7A8 is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB 118 247 168 -
CMYK 0.52 0 0.32 0.03
HSL 143.26º 0.89% 0.72% -
HSV(B) 143.26º 0.52% 0.97% -
XYZ 47.8 73.2 48.66 -
YUV 199.42 110.26 69.92 -
System Red Green Blue C M Y K H S L
Decimal 118 247 168 0.52 0 0.32 0.03 143.26 0.89 0.72
Hex 76 F7 A8 34 0 20 3 8F 59 48
Octal 166 367 250 64 0 40 3 217 131 110
Binary 1110110 11110111 10101000 110100 0 100000 11 10001111 1011001 1001000

Color Harmonies of #76F7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76F7A8

Black with #76F7A8

Text Example


Text Example

White with #76F7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76F7A8; }

 p { color: rgb(118,247,168); }

 H1.HeaderClassName
 {
   color: #76F7A8;
 }
 .AnyTagClassName
 {
   color: #76F7A8;
 }
</style>

background-color css

<style>
 a { background-color: #76F7A8; }

 a { background-color: rgb(118,247,168); }

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

border-color css

<style>
 span { border-color: #76F7A8; }

 span { border-color: rgb(118,247,168); }

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