Html Css Color HEX #76CDC2 Downy

📋 copy color: '#76CDC2'

red 118 ◦ green 205 ◦ blue 194

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

Shades of Downy #76CDC2

Tints of Downy #76CDC2

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.65%

 BLUE value IS 194 (76.17% from 255) = 37.52%

R = 22.82%
G = 39.65%
B = 37.52%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#76CDC2 (or 0x76CDC2) is known color: Downy. HEX triplet: 76, CD and C2. RGB value is (118,205,194). Sum of RGB (Red+Green+Blue) = 118+205+194=517 (68% of max value = 765). Red value is 118 (46.48% from 255 or 22.82% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #76CDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CDC2 is #89323D. Grayscale: #B1B1B1. Windows color (decimal): -8991294 or 12766582. OLE color: 12766582.

HSL color Cylindrical-coordinate representation of color #76CDC2: hue angle of 172.41º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CDC2 is Cyan = 0.42, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 205 194 -
CMYK 0.42 0 0.05 0.20
HSL 172.41º 0.47% 0.63% -
HSV(B) 172.41º 0.42% 0.8% -
XYZ 39.04 51.41 58.9 -
YUV 177.73 137.18 85.39 -
System Red Green Blue C M Y K H S L
Decimal 118 205 194 0.42 0 0.05 0.20 172.41 0.47 0.63
Hex 76 CD C2 2A 0 5 14 AC 2F 3F
Octal 166 315 302 52 0 5 24 254 57 77
Binary 1110110 11001101 11000010 101010 0 101 10100 10101100 101111 111111

Color Harmonies of #76CDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CDC2

Black with #76CDC2

Text Example


Text Example

White with #76CDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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