Html Css Color HEX #199CAA Pelorous

📋 copy color: '#199CAA'

red 25 ◦ green 156 ◦ blue 170

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

Shades of Pelorous #199CAA

Tints of Pelorous #199CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.44%

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

R = 7.12%
G = 44.44%
B = 48.43%

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

#199CAA (or 0x199CAA) is known color: Pelorous. HEX triplet: 19, 9C and AA. RGB value is (25,156,170). Sum of RGB (Red+Green+Blue) = 25+156+170=351 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.12% from 351); Green value is 156 (61.33% from 255 or 44.44% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #199CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199CAA is #E66355. Grayscale: #767676. Windows color (decimal): -15098710 or 11181081. OLE color: 11181081.

HSL color Cylindrical-coordinate representation of color #199CAA: hue angle of 185.79º 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 #199CAA is Cyan = 0.85, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 156 170 -
CMYK 0.85 0.08 0 0.33
HSL 185.79º 0.74% 0.38% -
HSV(B) 185.79º 0.85% 0.67% -
XYZ 19.55 26.89 42.19 -
YUV 118.43 157.1 61.36 -
System Red Green Blue C M Y K H S L
Decimal 25 156 170 0.85 0.08 0 0.33 185.79 0.74 0.38
Hex 19 9C AA 55 8 0 21 BA 4A 26
Octal 31 234 252 125 10 0 41 272 112 46
Binary 11001 10011100 10101010 1010101 1000 0 100001 10111010 1001010 100110

Color Harmonies of #199CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199CAA

Black with #199CAA

Text Example


Text Example

White with #199CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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