Html Css Color HEX #77D7CA Downy

📋 copy color: '#77D7CA'

red 119 ◦ green 215 ◦ blue 202

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

Shades of Downy #77D7CA

Tints of Downy #77D7CA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.11%

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

R = 22.2%
G = 40.11%
B = 37.69%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#77D7CA (or 0x77D7CA) is known color: Downy. HEX triplet: 77, D7 and CA. RGB value is (119,215,202). Sum of RGB (Red+Green+Blue) = 119+215+202=536 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.20% from 536); Green value is 215 (84.38% from 255 or 40.11% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 215 - color contains mainly: green. Hex color #77D7CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D7CA is #882835. Grayscale: #B8B8B8. Windows color (decimal): -8923190 or 13293431. OLE color: 13293431.

HSL color Cylindrical-coordinate representation of color #77D7CA: hue angle of 171.88º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77D7CA is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 119 215 202 -
CMYK 0.45 0 0.06 0.16
HSL 171.88º 0.55% 0.65% -
HSV(B) 171.88º 0.45% 0.84% -
XYZ 42.57 56.79 64.59 -
YUV 184.81 137.7 81.06 -
System Red Green Blue C M Y K H S L
Decimal 119 215 202 0.45 0 0.06 0.16 171.88 0.55 0.65
Hex 77 D7 CA 2D 0 6 10 AC 37 41
Octal 167 327 312 55 0 6 20 254 67 101
Binary 1110111 11010111 11001010 101101 0 110 10000 10101100 110111 1000001

Color Harmonies of #77D7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D7CA

Black with #77D7CA

Text Example


Text Example

White with #77D7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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