Html Css Color HEX #76D9CF Downy

📋 copy color: '#76D9CF'

red 118 ◦ green 217 ◦ blue 207

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

Shades of Downy #76D9CF

Tints of Downy #76D9CF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.04%

 BLUE value IS 207 (81.25% from 255) = 38.19%

R = 21.77%
G = 40.04%
B = 38.19%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#76D9CF (or 0x76D9CF) is known color: Downy. HEX triplet: 76, D9 and CF. RGB value is (118,217,207). Sum of RGB (Red+Green+Blue) = 118+217+207=542 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.77% from 542); Green value is 217 (85.16% from 255 or 40.04% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 217 - color contains mainly: green. Hex color #76D9CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76D9CF is #892630. Grayscale: #BABABA. Windows color (decimal): -8988209 or 13621622. OLE color: 13621622.

HSL color Cylindrical-coordinate representation of color #76D9CF: hue angle of 173.94º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76D9CF is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 217 207 -
CMYK 0.46 0 0.05 0.15
HSL 173.94º 0.57% 0.66% -
HSV(B) 173.94º 0.46% 0.85% -
XYZ 43.55 57.98 67.93 -
YUV 186.26 139.7 79.31 -
System Red Green Blue C M Y K H S L
Decimal 118 217 207 0.46 0 0.05 0.15 173.94 0.57 0.66
Hex 76 D9 CF 2E 0 5 F AE 39 42
Octal 166 331 317 56 0 5 17 256 71 102
Binary 1110110 11011001 11001111 101110 0 101 1111 10101110 111001 1000010

Color Harmonies of #76D9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D9CF

Black with #76D9CF

Text Example


Text Example

White with #76D9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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