#77CECA

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

Shades of Downy #77CECA

Tints of Downy #77CECA

Color information

#77CECA (or 0x77CECA) is unknown color: approx Downy. HEX triplet: 77, CE and CA. RGB value is (119,206,202). Sum of RGB (Red+Green+Blue) = 119+206+202=527 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.58% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 206 - color contains mainly: green. Hex color #77CECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CECA is #883135. Grayscale: #B3B3B3. Windows color (decimal): -8925494 or 13291127. OLE color: 13291127.

HSL color Cylindrical-coordinate representation of color #77CECA: hue angle of 177.24º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CECA is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB119206202-
CMYK0.4200.020.19
HSL177.24º47.03%63.73%-
HSV(B)177.24º42.23%80.78%-
XYZ40.3452.3363.85-
YUV179.53140.6884.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.58%
GREEN value IS 206 (80.86% from 255) = 39.09%
BLUE value IS 202 (79.30% from 255) = 38.33%
R=22.58%
G=39.09%
B=38.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1192062020.4200.020.19177.2447.0363.73
Hex77CECA2A0213b12f40
Octal16731631252022326157100
Binary1110111110011101100101010101001010011101100011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,206,202); }

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

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

 a { background-color: rgb(119,206,202); }

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

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

 span { border-color: rgb(119,206,202); }

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