Html Css Color HEX #199CAC Pelorous

📋 copy color: '#199CAC'

red 25 ◦ green 156 ◦ blue 172

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

Shades of Pelorous #199CAC

Tints of Pelorous #199CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.73%

R = 7.08%
G = 44.19%
B = 48.73%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#199CAC (or 0x199CAC) is known color: Pelorous. HEX triplet: 19, 9C and AC. RGB value is (25,156,172). Sum of RGB (Red+Green+Blue) = 25+156+172=353 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.08% from 353); Green value is 156 (61.33% from 255 or 44.19% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #199CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199CAC is #E66353. Grayscale: #767676. Windows color (decimal): -15098708 or 11312153. OLE color: 11312153.

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

Color convert

RGB 25 156 172 -
CMYK 0.85 0.09 0 0.33
HSL 186.53º 0.75% 0.39% -
HSV(B) 186.53º 0.85% 0.67% -
XYZ 19.74 26.96 43.19 -
YUV 118.66 158.1 61.2 -
System Red Green Blue C M Y K H S L
Decimal 25 156 172 0.85 0.09 0 0.33 186.53 0.75 0.39
Hex 19 9C AC 55 9 0 21 BB 4B 27
Octal 31 234 254 125 11 0 41 273 113 47
Binary 11001 10011100 10101100 1010101 1001 0 100001 10111011 1001011 100111

Color Harmonies of #199CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199CAC

Black with #199CAC

Text Example


Text Example

White with #199CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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