Html Css Color HEX #138EAE Pelorous

📋 copy color: '#138EAE'

red 19 ◦ green 142 ◦ blue 174

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

Shades of Pelorous #138EAE

Tints of Pelorous #138EAE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 42.39%

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

R = 5.67%
G = 42.39%
B = 51.94%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#138EAE (or 0x138EAE) is known color: Pelorous. HEX triplet: 13, 8E and AE. RGB value is (19,142,174). Sum of RGB (Red+Green+Blue) = 19+142+174=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #138EAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138EAE is #EC7151. Grayscale: #6C6C6C. Windows color (decimal): -15495506 or 11439635. OLE color: 11439635.

HSL color Cylindrical-coordinate representation of color #138EAE: hue angle of 192.39º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #138EAE is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 142 174 -
CMYK 0.89 0.18 0 0.32
HSL 192.39º 0.8% 0.38% -
HSV(B) 192.39º 0.89% 0.68% -
XYZ 17.58 22.54 43.47 -
YUV 108.87 164.75 63.9 -
System Red Green Blue C M Y K H S L
Decimal 19 142 174 0.89 0.18 0 0.32 192.39 0.8 0.38
Hex 13 8E AE 59 12 0 20 C0 50 26
Octal 23 216 256 131 22 0 40 300 120 46
Binary 10011 10001110 10101110 1011001 10010 0 100000 11000000 1010000 100110

Color Harmonies of #138EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138EAE

Black with #138EAE

Text Example


Text Example

White with #138EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,142,174); }

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

background-color css

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

 a { background-color: rgb(19,142,174); }

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

border-color css

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

 span { border-color: rgb(19,142,174); }

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