Html Css Color HEX #77CFC0 Downy

📋 copy color: '#77CFC0'

red 119 ◦ green 207 ◦ blue 192

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

Shades of Downy #77CFC0

Tints of Downy #77CFC0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.96%

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

R = 22.97%
G = 39.96%
B = 37.07%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#77CFC0 (or 0x77CFC0) is known color: Downy. HEX triplet: 77, CF and C0. RGB value is (119,207,192). Sum of RGB (Red+Green+Blue) = 119+207+192=518 (68% of max value = 765). Red value is 119 (46.88% from 255 or 22.97% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #77CFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CFC0 is #88303F. Grayscale: #B2B2B2. Windows color (decimal): -8925248 or 12636023. OLE color: 12636023.

HSL color Cylindrical-coordinate representation of color #77CFC0: hue angle of 169.77º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77CFC0 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 207 192 -
CMYK 0.43 0 0.07 0.19
HSL 169.77º 0.48% 0.64% -
HSV(B) 169.77º 0.43% 0.81% -
XYZ 39.44 52.35 57.9 -
YUV 178.98 135.35 85.22 -
System Red Green Blue C M Y K H S L
Decimal 119 207 192 0.43 0 0.07 0.19 169.77 0.48 0.64
Hex 77 CF C0 2B 0 7 13 AA 30 40
Octal 167 317 300 53 0 7 23 252 60 100
Binary 1110111 11001111 11000000 101011 0 111 10011 10101010 110000 1000000

Color Harmonies of #77CFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CFC0

Black with #77CFC0

Text Example


Text Example

White with #77CFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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