Html Css Color HEX #77DFC0 Downy

📋 copy color: '#77DFC0'

red 119 ◦ green 223 ◦ blue 192

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

Shades of Downy #77DFC0

Tints of Downy #77DFC0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.76%

 BLUE value IS 192 (75.39% from 255) = 35.96%

R = 22.28%
G = 41.76%
B = 35.96%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#77DFC0 (or 0x77DFC0) is known color: Downy. HEX triplet: 77, DF and C0. RGB value is (119,223,192). Sum of RGB (Red+Green+Blue) = 119+223+192=534 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.28% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 192 (75.39% from 255 or 35.96% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #77DFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DFC0 is #88203F. Grayscale: #BCBCBC. Windows color (decimal): -8921152 or 12640119. OLE color: 12640119.

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

Color convert

RGB 119 223 192 -
CMYK 0.47 0 0.14 0.13
HSL 162.12º 0.62% 0.67% -
HSV(B) 162.12º 0.47% 0.87% -
XYZ 43.51 60.5 59.25 -
YUV 188.37 130.04 78.52 -
System Red Green Blue C M Y K H S L
Decimal 119 223 192 0.47 0 0.14 0.13 162.12 0.62 0.67
Hex 77 DF C0 2F 0 E D A2 3E 43
Octal 167 337 300 57 0 16 15 242 76 103
Binary 1110111 11011111 11000000 101111 0 1110 1101 10100010 111110 1000011

Color Harmonies of #77DFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DFC0

Black with #77DFC0

Text Example


Text Example

White with #77DFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,223,192); }

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

background-color css

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

 a { background-color: rgb(119,223,192); }

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

border-color css

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

 span { border-color: rgb(119,223,192); }

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