#77CEC1

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

Shades of Downy #77CEC1

Tints of Downy #77CEC1

Color information

#77CEC1 (or 0x77CEC1) is unknown color: approx Downy. HEX triplet: 77, CE and C1. RGB value is (119,206,193). Sum of RGB (Red+Green+Blue) = 119+206+193=518 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.97% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #77CEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CEC1 is #88313E. Grayscale: #B2B2B2. Windows color (decimal): -8925503 or 12701303. OLE color: 12701303.

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

Color convert

RGB119206193-
CMYK0.4200.060.19
HSL171.03º47.03%63.73%-
HSV(B)171.03º42.23%80.78%-
XYZ39.351.9158.4-
YUV178.5136.1885.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.97%
GREEN value IS 206 (80.86% from 255) = 39.77%
BLUE value IS 193 (75.78% from 255) = 37.26%
R=22.97%
G=39.77%
B=37.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1192061930.4200.060.19171.0347.0363.73
Hex77CEC12A0613ab2f40
Octal16731630152062325357100
Binary11101111100111011000001101010011010011101010111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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