Html Css Color HEX #199EAE Pelorous

📋 copy color: '#199EAE'

red 25 ◦ green 158 ◦ blue 174

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

Shades of Pelorous #199EAE

Tints of Pelorous #199EAE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 44.26%

 BLUE value IS 174 (68.36% from 255) = 48.74%

R = 7%
G = 44.26%
B = 48.74%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#199EAE (or 0x199EAE) is known color: Pelorous. HEX triplet: 19, 9E and AE. RGB value is (25,158,174). Sum of RGB (Red+Green+Blue) = 25+158+174=357 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.00% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #199EAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199EAE is #E66151. Grayscale: #777777. Windows color (decimal): -15098194 or 11443737. OLE color: 11443737.

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

Color convert

RGB 25 158 174 -
CMYK 0.86 0.09 0 0.32
HSL 186.44º 0.75% 0.39% -
HSV(B) 186.44º 0.86% 0.68% -
XYZ 20.27 27.72 44.33 -
YUV 120.06 158.44 60.2 -
System Red Green Blue C M Y K H S L
Decimal 25 158 174 0.86 0.09 0 0.32 186.44 0.75 0.39
Hex 19 9E AE 56 9 0 20 BA 4B 27
Octal 31 236 256 126 11 0 40 272 113 47
Binary 11001 10011110 10101110 1010110 1001 0 100000 10111010 1001011 100111

Color Harmonies of #199EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #199EAE

Black with #199EAE

Text Example


Text Example

White with #199EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,158,174); }

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

background-color css

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

 a { background-color: rgb(25,158,174); }

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

border-color css

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

 span { border-color: rgb(25,158,174); }

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