Html Css Color HEX #76D4DC Spray

📋 copy color: '#76D4DC'

red 118 ◦ green 212 ◦ blue 220

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

Shades of Spray #76D4DC

Tints of Spray #76D4DC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.55%

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

R = 21.45%
G = 38.55%
B = 40%

CMYK

 C value IS 0.46

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#76D4DC (or 0x76D4DC) is known color: Spray. HEX triplet: 76, D4 and DC. RGB value is (118,212,220). Sum of RGB (Red+Green+Blue) = 118+212+220=550 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.45% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #76D4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D4DC is #892B23. Grayscale: #B8B8B8. Windows color (decimal): -8989476 or 14472310. OLE color: 14472310.

HSL color Cylindrical-coordinate representation of color #76D4DC: hue angle of 184.71º 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 #76D4DC is Cyan = 0.46, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 212 220 -
CMYK 0.46 0.04 0 0.14
HSL 184.71º 0.59% 0.66% -
HSV(B) 184.71º 0.46% 0.86% -
XYZ 43.93 56.11 76.22 -
YUV 184.81 147.86 80.35 -
System Red Green Blue C M Y K H S L
Decimal 118 212 220 0.46 0.04 0 0.14 184.71 0.59 0.66
Hex 76 D4 DC 2E 4 0 E B9 3B 42
Octal 166 324 334 56 4 0 16 271 73 102
Binary 1110110 11010100 11011100 101110 100 0 1110 10111001 111011 1000010

Color Harmonies of #76D4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D4DC

Black with #76D4DC

Text Example


Text Example

White with #76D4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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