#77CCCB

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

Shades of Downy #77CCCB

Tints of Downy #77CCCB

Color information

#77CCCB (or 0x77CCCB) is unknown color: approx Downy. HEX triplet: 77, CC and CB. RGB value is (119,204,203). Sum of RGB (Red+Green+Blue) = 119+204+203=526 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.62% from 526); Green value is 204 (80.08% from 255 or 38.78% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 204 - color contains mainly: green. Hex color #77CCCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CCCB is #883334. Grayscale: #B2B2B2. Windows color (decimal): -8926005 or 13356151. OLE color: 13356151.

HSL color Cylindrical-coordinate representation of color #77CCCB: hue angle of 179.29º 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 #77CCCB is Cyan = 0.42, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB119204203-
CMYK0.4200.000.2
HSL179.29º45.45%63.33%-
HSV(B)179.29º41.67%80%-
XYZ39.9851.4264.32-
YUV178.47141.8485.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.62%
GREEN value IS 204 (80.08% from 255) = 38.78%
BLUE value IS 203 (79.69% from 255) = 38.59%
R=22.62%
G=38.78%
B=38.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1192042030.4200.000.2179.2945.4563.33
Hex77CCCB2A0014b32d3f
Octal1673143135200242635577
Binary11101111100110011001011101010001010010110011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77CCCB; }

 p { color: rgb(119,204,203); }

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

<style>
 a { background-color: #77CCCB; }

 a { background-color: rgb(119,204,203); }

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

<style>
 span { border-color: #77CCCB; }

 span { border-color: rgb(119,204,203); }

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