Html Css Color HEX #199DAA Pelorous

📋 copy color: '#199DAA'

red 25 ◦ green 157 ◦ blue 170

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

Shades of Pelorous #199DAA

Tints of Pelorous #199DAA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.6%

 BLUE value IS 170 (66.8% from 255) = 48.3%

R = 7.1%
G = 44.6%
B = 48.3%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#199DAA (or 0x199DAA) is known color: Pelorous. HEX triplet: 19, 9D and AA. RGB value is (25,157,170). Sum of RGB (Red+Green+Blue) = 25+157+170=352 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.10% from 352); Green value is 157 (61.72% from 255 or 44.60% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #199DAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199DAA is #E66255. Grayscale: #767676. Windows color (decimal): -15098454 or 11181337. OLE color: 11181337.

HSL color Cylindrical-coordinate representation of color #199DAA: hue angle of 185.38º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #199DAA is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 157 170 -
CMYK 0.85 0.08 0 0.33
HSL 185.38º 0.74% 0.38% -
HSV(B) 185.38º 0.85% 0.67% -
XYZ 19.71 27.22 42.25 -
YUV 119.01 156.77 60.94 -
System Red Green Blue C M Y K H S L
Decimal 25 157 170 0.85 0.08 0 0.33 185.38 0.74 0.38
Hex 19 9D AA 55 8 0 21 B9 4A 26
Octal 31 235 252 125 10 0 41 271 112 46
Binary 11001 10011101 10101010 1010101 1000 0 100001 10111001 1001010 100110

Color Harmonies of #199DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199DAA

Black with #199DAA

Text Example


Text Example

White with #199DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #199DAA; }

 p { color: rgb(25,157,170); }

 H1.HeaderClassName
 {
   color: #199DAA;
 }
 .AnyTagClassName
 {
   color: #199DAA;
 }
</style>

background-color css

<style>
 a { background-color: #199DAA; }

 a { background-color: rgb(25,157,170); }

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

border-color css

<style>
 span { border-color: #199DAA; }

 span { border-color: rgb(25,157,170); }

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