#018996

Color #018996 Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #018996

Tints of Eastern Blue #018996

Color information

#018996 (or 0x018996) is unknown color: approx Eastern Blue. HEX triplet: 01, 89 and 96. RGB value is (1,137,150). Sum of RGB (Red+Green+Blue) = 1+137+150=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 137 (53.91% from 255 or 47.57% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #018996 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018996 is #FE7669. Grayscale: #616161. Windows color (decimal): -16676458 or 9865473. OLE color: 9865473.

HSL color Cylindrical-coordinate representation of color #018996: hue angle of 185.23º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018996 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1137150-
CMYK0.990.0900.41
HSL185.23º98.68%29.61%-
HSV(B)185.23º99.33%58.82%-
XYZ14.4620.131.97-
YUV97.82157.4458.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 137 (53.91% from 255) = 47.57%
BLUE value IS 150 (58.98% from 255) = 52.08%
R=0.35%
G=47.57%
B=52.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal11371500.990.0900.41185.2398.6829.61
Hex18996639029b9631e
Octal12112261431105127114336
Binary1100010011001011011000111001010100110111001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018996; }

 p { color: rgb(1,137,150); }

 H1.HeaderClassName
 {
   color: #018996;
 }
 .AnyTagClassName
 {
   color: #018996;
 }
</style>
background-color css

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

 a { background-color: rgb(1,137,150); }

 div.DivClassName
 {
   background-color: #018996;
 }
 .BgClassName
 {
   background-color: #018996;
 }
</style>
border-color css

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

 span { border-color: rgb(1,137,150); }

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