Html Css Color HEX #79D0D5 Spray

📋 copy color: '#79D0D5'

red 121 ◦ green 208 ◦ blue 213

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

Shades of Spray #79D0D5

Tints of Spray #79D0D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.3%

R = 22.32%
G = 38.38%
B = 39.3%

CMYK

 C value IS 0.43

 M value IS 0.02

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#79D0D5 (or 0x79D0D5) is known color: Spray. HEX triplet: 79, D0 and D5. RGB value is (121,208,213). Sum of RGB (Red+Green+Blue) = 121+208+213=542 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.32% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 213 (83.59% from 255 or 39.30% from 542); Max value from RGB is 213 - color contains mainly: blue. Hex color #79D0D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79D0D5 is #862F2A. Grayscale: #B6B6B6. Windows color (decimal): -8793899 or 14012537. OLE color: 14012537.

HSL color Cylindrical-coordinate representation of color #79D0D5: hue angle of 183.26º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #79D0D5 is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 121 208 213 -
CMYK 0.43 0.02 0 0.16
HSL 183.26º 0.52% 0.65% -
HSV(B) 183.26º 0.43% 0.84% -
XYZ 42.45 53.98 71.13 -
YUV 182.56 145.18 84.09 -
System Red Green Blue C M Y K H S L
Decimal 121 208 213 0.43 0.02 0 0.16 183.26 0.52 0.65
Hex 79 D0 D5 2B 2 0 10 B7 34 41
Octal 171 320 325 53 2 0 20 267 64 101
Binary 1111001 11010000 11010101 101011 10 0 10000 10110111 110100 1000001

Color Harmonies of #79D0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79D0D5

Black with #79D0D5

Text Example


Text Example

White with #79D0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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