Html Css Color HEX #79CBC0 Downy

📋 copy color: '#79CBC0'

red 121 ◦ green 203 ◦ blue 192

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

Shades of Downy #79CBC0

Tints of Downy #79CBC0

RGB

 RED value IS 121 (47.66% from 255) = 23.45%

 GREEN value IS 203 (79.69% from 255) = 39.34%

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

R = 23.45%
G = 39.34%
B = 37.21%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#79CBC0 (or 0x79CBC0) is known color: Downy. HEX triplet: 79, CB and C0. RGB value is (121,203,192). Sum of RGB (Red+Green+Blue) = 121+203+192=516 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.45% from 516); Green value is 203 (79.69% from 255 or 39.34% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 203 - color contains mainly: green. Hex color #79CBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CBC0 is #86343F. Grayscale: #B1B1B1. Windows color (decimal): -8795200 or 12635001. OLE color: 12635001.

HSL color Cylindrical-coordinate representation of color #79CBC0: hue angle of 171.95º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #79CBC0 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 203 192 -
CMYK 0.40 0 0.05 0.20
HSL 171.95º 0.44% 0.64% -
HSV(B) 171.95º 0.4% 0.8% -
XYZ 38.76 50.58 57.59 -
YUV 177.23 136.33 87.89 -
System Red Green Blue C M Y K H S L
Decimal 121 203 192 0.40 0 0.05 0.20 171.95 0.44 0.64
Hex 79 CB C0 28 0 5 14 AC 2C 40
Octal 171 313 300 50 0 5 24 254 54 100
Binary 1111001 11001011 11000000 101000 0 101 10100 10101100 101100 1000000

Color Harmonies of #79CBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79CBC0

Black with #79CBC0

Text Example


Text Example

White with #79CBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79CBC0; }

 p { color: rgb(121,203,192); }

 H1.HeaderClassName
 {
   color: #79CBC0;
 }
 .AnyTagClassName
 {
   color: #79CBC0;
 }
</style>

background-color css

<style>
 a { background-color: #79CBC0; }

 a { background-color: rgb(121,203,192); }

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

border-color css

<style>
 span { border-color: #79CBC0; }

 span { border-color: rgb(121,203,192); }

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