Html Css Color HEX #77CEC2 Downy

📋 copy color: '#77CEC2'

red 119 ◦ green 206 ◦ blue 194

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

Shades of Downy #77CEC2

Tints of Downy #77CEC2

RGB

 RED value IS 119 (46.88% from 255) = 22.93%

 GREEN value IS 206 (80.86% from 255) = 39.69%

 BLUE value IS 194 (76.17% from 255) = 37.38%

R = 22.93%
G = 39.69%
B = 37.38%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#77CEC2 (or 0x77CEC2) is known color: Downy. HEX triplet: 77, CE and C2. RGB value is (119,206,194). Sum of RGB (Red+Green+Blue) = 119+206+194=519 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.93% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 194 (76.17% from 255 or 37.38% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #77CEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CEC2 is #88313D. Grayscale: #B2B2B2. Windows color (decimal): -8925502 or 12766839. OLE color: 12766839.

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

Color convert

RGB 119 206 194 -
CMYK 0.42 0 0.06 0.19
HSL 171.72º 0.47% 0.64% -
HSV(B) 171.72º 0.42% 0.81% -
XYZ 39.42 51.96 58.99 -
YUV 178.62 136.68 85.48 -
System Red Green Blue C M Y K H S L
Decimal 119 206 194 0.42 0 0.06 0.19 171.72 0.47 0.64
Hex 77 CE C2 2A 0 6 13 AC 2F 40
Octal 167 316 302 52 0 6 23 254 57 100
Binary 1110111 11001110 11000010 101010 0 110 10011 10101100 101111 1000000

Color Harmonies of #77CEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CEC2

Black with #77CEC2

Text Example


Text Example

White with #77CEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77CEC2;
 }
 .AnyTagClassName
 {
   color: #77CEC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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