Html Css Color HEX #79D0CE Spray

📋 copy color: '#79D0CE'

red 121 ◦ green 208 ◦ blue 206

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

Shades of Spray #79D0CE

Tints of Spray #79D0CE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.88%

 BLUE value IS 206 (80.86% from 255) = 38.5%

R = 22.62%
G = 38.88%
B = 38.5%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#79D0CE (or 0x79D0CE) is known color: Spray. HEX triplet: 79, D0 and CE. RGB value is (121,208,206). Sum of RGB (Red+Green+Blue) = 121+208+206=535 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.62% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #79D0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D0CE is #862F31. Grayscale: #B5B5B5. Windows color (decimal): -8793906 or 13553785. OLE color: 13553785.

HSL color Cylindrical-coordinate representation of color #79D0CE: hue angle of 178.62º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79D0CE is Cyan = 0.42, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 121 208 206 -
CMYK 0.42 0 0.01 0.18
HSL 178.62º 0.48% 0.65% -
HSV(B) 178.62º 0.42% 0.82% -
XYZ 41.58 53.63 66.55 -
YUV 181.76 141.68 84.66 -
System Red Green Blue C M Y K H S L
Decimal 121 208 206 0.42 0 0.01 0.18 178.62 0.48 0.65
Hex 79 D0 CE 2A 0 1 12 B3 30 41
Octal 171 320 316 52 0 1 22 263 60 101
Binary 1111001 11010000 11001110 101010 0 1 10010 10110011 110000 1000001

Color Harmonies of #79D0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79D0CE

Black with #79D0CE

Text Example


Text Example

White with #79D0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,208,206); }

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

background-color css

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

 a { background-color: rgb(121,208,206); }

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

border-color css

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

 span { border-color: rgb(121,208,206); }

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