#76CBBD

Color #76CBBD Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #76CBBD

Tints of Downy #76CBBD

Color information

#76CBBD (or 0x76CBBD) is unknown color: approx Downy. HEX triplet: 76, CB and BD. RGB value is (118,203,189). Sum of RGB (Red+Green+Blue) = 118+203+189=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 189 (74.22% from 255 or 37.06% from 510); Max value from RGB is 203 - color contains mainly: green. Hex color #76CBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CBBD is #893442. Grayscale: #AFAFAF. Windows color (decimal): -8991811 or 12438390. OLE color: 12438390.

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

Color convert

RGB118203189-
CMYK0.4200.070.20
HSL170.12º44.97%62.94%-
HSV(B)170.12º41.87%79.61%-
XYZ38.0150.2455.84-
YUV175.99135.3486.64-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.14%
GREEN value IS 203 (79.69% from 255) = 39.80%
BLUE value IS 189 (74.22% from 255) = 37.06%
R=23.14%
G=39.80%
B=37.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1182031890.4200.070.20170.1244.9762.94
Hex76CBBD2A0714aa2d3f
Octal1663132755207242525577
Binary1110110110010111011110110101001111010010101010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,203,189); }

 H1.HeaderClassName
 {
   color: #76CBBD;
 }
 .AnyTagClassName
 {
   color: #76CBBD;
 }
</style>
background-color css

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

 a { background-color: rgb(118,203,189); }

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

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

 span { border-color: rgb(118,203,189); }

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