Html Css Color HEX #139DAA Pelorous

📋 copy color: '#139DAA'

red 19 ◦ green 157 ◦ blue 170

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

Shades of Pelorous #139DAA

Tints of Pelorous #139DAA

RGB

 RED value IS 19 (7.81% from 255) = 5.49%

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

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

R = 5.49%
G = 45.38%
B = 49.13%

CMYK

 C value IS 0.89

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#139DAA (or 0x139DAA) is known color: Pelorous. HEX triplet: 13, 9D and AA. RGB value is (19,157,170). Sum of RGB (Red+Green+Blue) = 19+157+170=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 157 (61.72% from 255 or 45.38% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #139DAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139DAA is #EC6255. Grayscale: #757575. Windows color (decimal): -15491670 or 11181331. OLE color: 11181331.

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

Color convert

RGB 19 157 170 -
CMYK 0.89 0.08 0 0.33
HSL 185.17º 0.8% 0.37% -
HSV(B) 185.17º 0.89% 0.67% -
XYZ 19.58 27.15 42.24 -
YUV 117.22 157.78 57.94 -
System Red Green Blue C M Y K H S L
Decimal 19 157 170 0.89 0.08 0 0.33 185.17 0.8 0.37
Hex 13 9D AA 59 8 0 21 B9 50 25
Octal 23 235 252 131 10 0 41 271 120 45
Binary 10011 10011101 10101010 1011001 1000 0 100001 10111001 1010000 100101

Color Harmonies of #139DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139DAA

Black with #139DAA

Text Example


Text Example

White with #139DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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