Html Css Color HEX #76CFDC Spray

📋 copy color: '#76CFDC'

red 118 ◦ green 207 ◦ blue 220

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

Shades of Spray #76CFDC

Tints of Spray #76CFDC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.98%

 BLUE value IS 220 (86.33% from 255) = 40.37%

R = 21.65%
G = 37.98%
B = 40.37%

CMYK

 C value IS 0.46

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#76CFDC (or 0x76CFDC) is known color: Spray. HEX triplet: 76, CF and DC. RGB value is (118,207,220). Sum of RGB (Red+Green+Blue) = 118+207+220=545 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.65% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #76CFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CFDC is #893023. Grayscale: #B5B5B5. Windows color (decimal): -8990756 or 14471030. OLE color: 14471030.

HSL color Cylindrical-coordinate representation of color #76CFDC: hue angle of 187.65º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76CFDC is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 207 220 -
CMYK 0.46 0.06 0 0.14
HSL 187.65º 0.59% 0.66% -
HSV(B) 187.65º 0.46% 0.86% -
XYZ 42.7 53.64 75.81 -
YUV 181.87 149.51 82.44 -
System Red Green Blue C M Y K H S L
Decimal 118 207 220 0.46 0.06 0 0.14 187.65 0.59 0.66
Hex 76 CF DC 2E 6 0 E BC 3B 42
Octal 166 317 334 56 6 0 16 274 73 102
Binary 1110110 11001111 11011100 101110 110 0 1110 10111100 111011 1000010

Color Harmonies of #76CFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CFDC

Black with #76CFDC

Text Example


Text Example

White with #76CFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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