Html Css Color HEX #76CDBA Downy

📋 copy color: '#76CDBA'

red 118 ◦ green 205 ◦ blue 186

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

Shades of Downy #76CDBA

Tints of Downy #76CDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.54%

R = 23.18%
G = 40.28%
B = 36.54%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#76CDBA (or 0x76CDBA) is known color: Downy. HEX triplet: 76, CD and BA. RGB value is (118,205,186). Sum of RGB (Red+Green+Blue) = 118+205+186=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 205 (80.47% from 255 or 40.28% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 205 - color contains mainly: green. Hex color #76CDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CDBA is #893245. Grayscale: #B0B0B0. Windows color (decimal): -8991302 or 12242294. OLE color: 12242294.

HSL color Cylindrical-coordinate representation of color #76CDBA: hue angle of 166.9º 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 #76CDBA is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 205 186 -
CMYK 0.42 0 0.09 0.20
HSL 166.9º 0.47% 0.63% -
HSV(B) 166.9º 0.42% 0.8% -
XYZ 38.17 51.06 54.3 -
YUV 176.82 133.18 86.04 -
System Red Green Blue C M Y K H S L
Decimal 118 205 186 0.42 0 0.09 0.20 166.9 0.47 0.63
Hex 76 CD BA 2A 0 9 14 A7 2F 3F
Octal 166 315 272 52 0 11 24 247 57 77
Binary 1110110 11001101 10111010 101010 0 1001 10100 10100111 101111 111111

Color Harmonies of #76CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CDBA

Black with #76CDBA

Text Example


Text Example

White with #76CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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