Html Css Color HEX #77DDCA Downy

📋 copy color: '#77DDCA'

red 119 ◦ green 221 ◦ blue 202

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

Shades of Downy #77DDCA

Tints of Downy #77DDCA

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.77%

 BLUE value IS 202 (79.3% from 255) = 37.27%

R = 21.96%
G = 40.77%
B = 37.27%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#77DDCA (or 0x77DDCA) is known color: Downy. HEX triplet: 77, DD and CA. RGB value is (119,221,202). Sum of RGB (Red+Green+Blue) = 119+221+202=542 (71% of max value = 765). Red value is 119 (46.88% from 255 or 21.96% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #77DDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DDCA is #882235. Grayscale: #BCBCBC. Windows color (decimal): -8921654 or 13294967. OLE color: 13294967.

HSL color Cylindrical-coordinate representation of color #77DDCA: hue angle of 168.82º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DDCA is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 119 221 202 -
CMYK 0.46 0 0.09 0.13
HSL 168.82º 0.6% 0.67% -
HSV(B) 168.82º 0.46% 0.87% -
XYZ 44.12 59.9 65.11 -
YUV 188.34 135.71 78.54 -
System Red Green Blue C M Y K H S L
Decimal 119 221 202 0.46 0 0.09 0.13 168.82 0.6 0.67
Hex 77 DD CA 2E 0 9 D A9 3C 43
Octal 167 335 312 56 0 11 15 251 74 103
Binary 1110111 11011101 11001010 101110 0 1001 1101 10101001 111100 1000011

Color Harmonies of #77DDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DDCA

Black with #77DDCA

Text Example


Text Example

White with #77DDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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