Html Css Color HEX #139CAB Pelorous

📋 copy color: '#139CAB'

red 19 ◦ green 156 ◦ blue 171

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

Shades of Pelorous #139CAB

Tints of Pelorous #139CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49.42%

R = 5.49%
G = 45.09%
B = 49.42%

CMYK

 C value IS 0.89

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#139CAB (or 0x139CAB) is known color: Pelorous. HEX triplet: 13, 9C and AB. RGB value is (19,156,171). Sum of RGB (Red+Green+Blue) = 19+156+171=346 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.49% from 346); Green value is 156 (61.33% from 255 or 45.09% from 346); Blue value is 171 (67.19% from 255 or 49.42% from 346); Max value from RGB is 171 - color contains mainly: blue. Hex color #139CAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #139CAB is #EC6354. Grayscale: #747474. Windows color (decimal): -15491925 or 11246611. OLE color: 11246611.

HSL color Cylindrical-coordinate representation of color #139CAB: hue angle of 185.92º 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 #139CAB is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 156 171 -
CMYK 0.89 0.09 0 0.33
HSL 185.92º 0.8% 0.37% -
HSV(B) 185.92º 0.89% 0.67% -
XYZ 19.51 26.86 42.68 -
YUV 116.75 158.61 58.28 -
System Red Green Blue C M Y K H S L
Decimal 19 156 171 0.89 0.09 0 0.33 185.92 0.8 0.37
Hex 13 9C AB 59 9 0 21 BA 50 25
Octal 23 234 253 131 11 0 41 272 120 45
Binary 10011 10011100 10101011 1011001 1001 0 100001 10111010 1010000 100101

Color Harmonies of #139CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #139CAB

Black with #139CAB

Text Example


Text Example

White with #139CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,156,171); }

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

background-color css

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

 a { background-color: rgb(19,156,171); }

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

border-color css

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

 span { border-color: rgb(19,156,171); }

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