Html Css Color HEX #19797D Atoll

📋 copy color: '#19797D'

red 25 ◦ green 121 ◦ blue 125

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

Shades of Atoll #19797D

Tints of Atoll #19797D

RGB

 RED value IS 25 (10.16% from 255) = 9.23%

 GREEN value IS 121 (47.66% from 255) = 44.65%

 BLUE value IS 125 (49.22% from 255) = 46.13%

R = 9.23%
G = 44.65%
B = 46.13%

CMYK

 C value IS 0.8

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#19797D (or 0x19797D) is known color: Atoll. HEX triplet: 19, 79 and 7D. RGB value is (25,121,125). Sum of RGB (Red+Green+Blue) = 25+121+125=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #19797D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19797D is #E68682. Grayscale: #5C5C5C. Windows color (decimal): -15107715 or 8223001. OLE color: 8223001.

HSL color Cylindrical-coordinate representation of color #19797D: hue angle of 182.4º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19797D is Cyan = 0.8, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 25 121 125 -
CMYK 0.8 0.03 0 0.51
HSL 182.4º 0.67% 0.29% -
HSV(B) 182.4º 0.8% 0.49% -
XYZ 10.94 15.36 21.79 -
YUV 92.75 146.2 79.67 -
System Red Green Blue C M Y K H S L
Decimal 25 121 125 0.8 0.03 0 0.51 182.4 0.67 0.29
Hex 19 79 7D 50 3 0 33 B6 43 1D
Octal 31 171 175 120 3 0 63 266 103 35
Binary 11001 1111001 1111101 1010000 11 0 110011 10110110 1000011 11101

Color Harmonies of #19797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19797D

Black with #19797D

Text Example


Text Example

White with #19797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19797D; }

 p { color: rgb(25,121,125); }

 H1.HeaderClassName
 {
   color: #19797D;
 }
 .AnyTagClassName
 {
   color: #19797D;
 }
</style>

background-color css

<style>
 a { background-color: #19797D; }

 a { background-color: rgb(25,121,125); }

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

border-color css

<style>
 span { border-color: #19797D; }

 span { border-color: rgb(25,121,125); }

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