Html Css Color HEX #76DCCA Downy

📋 copy color: '#76DCCA'

red 118 ◦ green 220 ◦ blue 202

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

Shades of Downy #76DCCA

Tints of Downy #76DCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.41%

R = 21.85%
G = 40.74%
B = 37.41%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#76DCCA (or 0x76DCCA) is known color: Downy. HEX triplet: 76, DC and CA. RGB value is (118,220,202). Sum of RGB (Red+Green+Blue) = 118+220+202=540 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.85% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 220 - color contains mainly: green. Hex color #76DCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DCCA is #892335. Grayscale: #BBBBBB. Windows color (decimal): -8987446 or 13294710. OLE color: 13294710.

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

Color convert

RGB 118 220 202 -
CMYK 0.46 0 0.08 0.14
HSL 169.41º 0.59% 0.66% -
HSV(B) 169.41º 0.46% 0.86% -
XYZ 43.73 59.3 65.02 -
YUV 187.45 136.21 78.46 -
System Red Green Blue C M Y K H S L
Decimal 118 220 202 0.46 0 0.08 0.14 169.41 0.59 0.66
Hex 76 DC CA 2E 0 8 E A9 3B 42
Octal 166 334 312 56 0 10 16 251 73 102
Binary 1110110 11011100 11001010 101110 0 1000 1110 10101001 111011 1000010

Color Harmonies of #76DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DCCA

Black with #76DCCA

Text Example


Text Example

White with #76DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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