Html Css Color HEX #77CECA Downy

📋 copy color: '#77CECA'

red 119 ◦ green 206 ◦ blue 202

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

Shades of Downy #77CECA

Tints of Downy #77CECA

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.3% from 255) = 38.33%

R = 22.58%
G = 39.09%
B = 38.33%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#77CECA (or 0x77CECA) is known color: 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

RGB 119 206 202 -
CMYK 0.42 0 0.02 0.19
HSL 177.24º 0.47% 0.64% -
HSV(B) 177.24º 0.42% 0.81% -
XYZ 40.34 52.33 63.85 -
YUV 179.53 140.68 84.83 -
System Red Green Blue C M Y K H S L
Decimal 119 206 202 0.42 0 0.02 0.19 177.24 0.47 0.64
Hex 77 CE CA 2A 0 2 13 B1 2F 40
Octal 167 316 312 52 0 2 23 261 57 100
Binary 1110111 11001110 11001010 101010 0 10 10011 10110001 101111 1000000

Color Harmonies of #77CECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CECA

Black with #77CECA

Text Example


Text Example

White with #77CECA

Text Example


Text Example

HTML Codes & Css Web 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>