Html Css Color HEX #76D1CF Spray

📋 copy color: '#76D1CF'

red 118 ◦ green 209 ◦ blue 207

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

Shades of Spray #76D1CF

Tints of Spray #76D1CF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.14%

 BLUE value IS 207 (81.25% from 255) = 38.76%

R = 22.1%
G = 39.14%
B = 38.76%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#76D1CF (or 0x76D1CF) is known color: Spray. HEX triplet: 76, D1 and CF. RGB value is (118,209,207). Sum of RGB (Red+Green+Blue) = 118+209+207=534 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.10% from 534); Green value is 209 (82.03% from 255 or 39.14% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 209 - color contains mainly: green. Hex color #76D1CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D1CF is #892E30. Grayscale: #B5B5B5. Windows color (decimal): -8990257 or 13619574. OLE color: 13619574.

HSL color Cylindrical-coordinate representation of color #76D1CF: hue angle of 178.68º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D1CF is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 209 207 -
CMYK 0.44 0 0.01 0.18
HSL 178.68º 0.5% 0.64% -
HSV(B) 178.68º 0.44% 0.82% -
XYZ 41.53 53.96 67.26 -
YUV 181.56 142.35 82.66 -
System Red Green Blue C M Y K H S L
Decimal 118 209 207 0.44 0 0.01 0.18 178.68 0.5 0.64
Hex 76 D1 CF 2C 0 1 12 B3 32 40
Octal 166 321 317 54 0 1 22 263 62 100
Binary 1110110 11010001 11001111 101100 0 1 10010 10110011 110010 1000000

Color Harmonies of #76D1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D1CF

Black with #76D1CF

Text Example


Text Example

White with #76D1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,209,207); }

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

background-color css

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

 a { background-color: rgb(118,209,207); }

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

border-color css

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

 span { border-color: rgb(118,209,207); }

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