Html Css Color HEX #76DBCD Downy

📋 copy color: '#76DBCD'

red 118 ◦ green 219 ◦ blue 205

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

Shades of Downy #76DBCD

Tints of Downy #76DBCD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.41%

 BLUE value IS 205 (80.47% from 255) = 37.82%

R = 21.77%
G = 40.41%
B = 37.82%

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

#76DBCD (or 0x76DBCD) is known color: Downy. HEX triplet: 76, DB and CD. RGB value is (118,219,205). Sum of RGB (Red+Green+Blue) = 118+219+205=542 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.77% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 205 (80.47% from 255 or 37.82% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #76DBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DBCD is #892432. Grayscale: #BBBBBB. Windows color (decimal): -8987699 or 13491062. OLE color: 13491062.

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

Color convert

RGB 118 219 205 -
CMYK 0.46 0 0.06 0.14
HSL 171.68º 0.58% 0.66% -
HSV(B) 171.68º 0.46% 0.86% -
XYZ 43.82 58.92 66.82 -
YUV 187.21 138.04 78.64 -
System Red Green Blue C M Y K H S L
Decimal 118 219 205 0.46 0 0.06 0.14 171.68 0.58 0.66
Hex 76 DB CD 2E 0 6 E AC 3A 42
Octal 166 333 315 56 0 6 16 254 72 102
Binary 1110110 11011011 11001101 101110 0 110 1110 10101100 111010 1000010

Color Harmonies of #76DBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DBCD

Black with #76DBCD

Text Example


Text Example

White with #76DBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,219,205); }

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

background-color css

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

 a { background-color: rgb(118,219,205); }

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

border-color css

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

 span { border-color: rgb(118,219,205); }

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