Html Css Color HEX #76DFCC Downy

📋 copy color: '#76DFCC'

red 118 ◦ green 223 ◦ blue 204

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

Shades of Downy #76DFCC

Tints of Downy #76DFCC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.92%

 BLUE value IS 204 (80.08% from 255) = 37.43%

R = 21.65%
G = 40.92%
B = 37.43%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#76DFCC (or 0x76DFCC) is known color: Downy. HEX triplet: 76, DF and CC. RGB value is (118,223,204). Sum of RGB (Red+Green+Blue) = 118+223+204=545 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.65% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #76DFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DFCC is #892033. Grayscale: #BDBDBD. Windows color (decimal): -8986676 or 13426550. OLE color: 13426550.

HSL color Cylindrical-coordinate representation of color #76DFCC: hue angle of 169.14º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DFCC is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 223 204 -
CMYK 0.47 0 0.09 0.13
HSL 169.14º 0.62% 0.67% -
HSV(B) 169.14º 0.47% 0.87% -
XYZ 44.76 60.99 66.54 -
YUV 189.44 136.21 77.04 -
System Red Green Blue C M Y K H S L
Decimal 118 223 204 0.47 0 0.09 0.13 169.14 0.62 0.67
Hex 76 DF CC 2F 0 9 D A9 3E 43
Octal 166 337 314 57 0 11 15 251 76 103
Binary 1110110 11011111 11001100 101111 0 1001 1101 10101001 111110 1000011

Color Harmonies of #76DFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DFCC

Black with #76DFCC

Text Example


Text Example

White with #76DFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,223,204); }

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

background-color css

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

 a { background-color: rgb(118,223,204); }

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

border-color css

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

 span { border-color: rgb(118,223,204); }

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