Html Css Color HEX #76DCCE Downy

📋 copy color: '#76DCCE'

red 118 ◦ green 220 ◦ blue 206

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

Shades of Downy #76DCCE

Tints of Downy #76DCCE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.44%

 BLUE value IS 206 (80.86% from 255) = 37.87%

R = 21.69%
G = 40.44%
B = 37.87%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#76DCCE (or 0x76DCCE) is known color: Downy. HEX triplet: 76, DC and CE. RGB value is (118,220,206). Sum of RGB (Red+Green+Blue) = 118+220+206=544 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.69% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #76DCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DCCE is #892331. Grayscale: #BBBBBB. Windows color (decimal): -8987442 or 13556854. OLE color: 13556854.

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

Color convert

RGB 118 220 206 -
CMYK 0.46 0 0.06 0.14
HSL 171.76º 0.59% 0.66% -
HSV(B) 171.76º 0.46% 0.86% -
XYZ 44.2 59.49 67.55 -
YUV 187.91 138.21 78.14 -
System Red Green Blue C M Y K H S L
Decimal 118 220 206 0.46 0 0.06 0.14 171.76 0.59 0.66
Hex 76 DC CE 2E 0 6 E AC 3B 42
Octal 166 334 316 56 0 6 16 254 73 102
Binary 1110110 11011100 11001110 101110 0 110 1110 10101100 111011 1000010

Color Harmonies of #76DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DCCE

Black with #76DCCE

Text Example


Text Example

White with #76DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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