Html Css Color HEX #77CECB Downy

📋 copy color: '#77CECB'

red 119 ◦ green 206 ◦ blue 203

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

Shades of Downy #77CECB

Tints of Downy #77CECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.45%

R = 22.54%
G = 39.02%
B = 38.45%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#77CECB (or 0x77CECB) is known color: Downy. HEX triplet: 77, CE and CB. RGB value is (119,206,203). Sum of RGB (Red+Green+Blue) = 119+206+203=528 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.54% from 528); Green value is 206 (80.86% from 255 or 39.02% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 206 - color contains mainly: green. Hex color #77CECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CECB is #883134. Grayscale: #B3B3B3. Windows color (decimal): -8925493 or 13356663. OLE color: 13356663.

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

Color convert

RGB 119 206 203 -
CMYK 0.42 0 0.01 0.19
HSL 177.93º 0.47% 0.64% -
HSV(B) 177.93º 0.42% 0.81% -
XYZ 40.46 52.38 64.48 -
YUV 179.65 141.18 84.74 -
System Red Green Blue C M Y K H S L
Decimal 119 206 203 0.42 0 0.01 0.19 177.93 0.47 0.64
Hex 77 CE CB 2A 0 1 13 B2 2F 40
Octal 167 316 313 52 0 1 23 262 57 100
Binary 1110111 11001110 11001011 101010 0 1 10011 10110010 101111 1000000

Color Harmonies of #77CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CECB

Black with #77CECB

Text Example


Text Example

White with #77CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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