Html Css Color HEX #138DAB Pelorous

📋 copy color: '#138DAB'

red 19 ◦ green 141 ◦ blue 171

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

Shades of Pelorous #138DAB

Tints of Pelorous #138DAB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 42.6%

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

R = 5.74%
G = 42.6%
B = 51.66%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#138DAB (or 0x138DAB) is known color: Pelorous. HEX triplet: 13, 8D and AB. RGB value is (19,141,171). Sum of RGB (Red+Green+Blue) = 19+141+171=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 141 (55.47% from 255 or 42.60% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #138DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138DAB is #EC7254. Grayscale: #6B6B6B. Windows color (decimal): -15495765 or 11242771. OLE color: 11242771.

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

Color convert

RGB 19 141 171 -
CMYK 0.89 0.18 0 0.33
HSL 191.84º 0.8% 0.37% -
HSV(B) 191.84º 0.89% 0.67% -
XYZ 17.14 22.13 41.9 -
YUV 107.94 163.58 64.56 -
System Red Green Blue C M Y K H S L
Decimal 19 141 171 0.89 0.18 0 0.33 191.84 0.8 0.37
Hex 13 8D AB 59 12 0 21 C0 50 25
Octal 23 215 253 131 22 0 41 300 120 45
Binary 10011 10001101 10101011 1011001 10010 0 100001 11000000 1010000 100101

Color Harmonies of #138DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138DAB

Black with #138DAB

Text Example


Text Example

White with #138DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138DAB; }

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

 H1.HeaderClassName
 {
   color: #138DAB;
 }
 .AnyTagClassName
 {
   color: #138DAB;
 }
</style>

background-color css

<style>
 a { background-color: #138DAB; }

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

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

border-color css

<style>
 span { border-color: #138DAB; }

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

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