Html Css Color HEX #138A96 Eastern Blue

📋 copy color: '#138A96'

red 19 ◦ green 138 ◦ blue 150

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

Shades of Eastern Blue #138A96

Tints of Eastern Blue #138A96

RGB

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

 GREEN value IS 138 (54.3% from 255) = 44.95%

 BLUE value IS 150 (58.98% from 255) = 48.86%

R = 6.19%
G = 44.95%
B = 48.86%

CMYK

 C value IS 0.87

 M value IS 0.08

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#138A96 (or 0x138A96) is known color: Eastern Blue. HEX triplet: 13, 8A and 96. RGB value is (19,138,150). Sum of RGB (Red+Green+Blue) = 19+138+150=307 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.19% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #138A96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138A96 is #EC7569. Grayscale: #676767. Windows color (decimal): -15496554 or 9865747. OLE color: 9865747.

HSL color Cylindrical-coordinate representation of color #138A96: hue angle of 185.5º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #138A96 is Cyan = 0.87, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 138 150 -
CMYK 0.87 0.08 0 0.41
HSL 185.5º 0.78% 0.33% -
HSV(B) 185.5º 0.87% 0.59% -
XYZ 14.86 20.52 32.03 -
YUV 103.79 154.08 67.52 -
System Red Green Blue C M Y K H S L
Decimal 19 138 150 0.87 0.08 0 0.41 185.5 0.78 0.33
Hex 13 8A 96 57 8 0 29 B9 4E 21
Octal 23 212 226 127 10 0 51 271 116 41
Binary 10011 10001010 10010110 1010111 1000 0 101001 10111001 1001110 100001

Color Harmonies of #138A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138A96

Black with #138A96

Text Example


Text Example

White with #138A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,138,150); }

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

background-color css

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

 a { background-color: rgb(19,138,150); }

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

border-color css

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

 span { border-color: rgb(19,138,150); }

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