Html Css Color HEX #79CBC2 Downy

📋 copy color: '#79CBC2'

red 121 ◦ green 203 ◦ blue 194

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

Shades of Downy #79CBC2

Tints of Downy #79CBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.45%

R = 23.36%
G = 39.19%
B = 37.45%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#79CBC2 (or 0x79CBC2) is known color: Downy. HEX triplet: 79, CB and C2. RGB value is (121,203,194). Sum of RGB (Red+Green+Blue) = 121+203+194=518 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.36% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 203 - color contains mainly: green. Hex color #79CBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79CBC2 is #86343D. Grayscale: #B1B1B1. Windows color (decimal): -8795198 or 12766073. OLE color: 12766073.

HSL color Cylindrical-coordinate representation of color #79CBC2: hue angle of 173.41º 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 #79CBC2 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 121 203 194 -
CMYK 0.40 0 0.04 0.20
HSL 173.41º 0.44% 0.64% -
HSV(B) 173.41º 0.4% 0.8% -
XYZ 38.98 50.67 58.77 -
YUV 177.46 137.33 87.73 -
System Red Green Blue C M Y K H S L
Decimal 121 203 194 0.40 0 0.04 0.20 173.41 0.44 0.64
Hex 79 CB C2 28 0 4 14 AD 2C 40
Octal 171 313 302 50 0 4 24 255 54 100
Binary 1111001 11001011 11000010 101000 0 100 10100 10101101 101100 1000000

Color Harmonies of #79CBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79CBC2

Black with #79CBC2

Text Example


Text Example

White with #79CBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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