Html Css Color HEX #018796 Eastern Blue

📋 copy color: '#018796'

red 1 ◦ green 135 ◦ blue 150

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

Shades of Eastern Blue #018796

Tints of Eastern Blue #018796

RGB

 RED value IS 1 (0.78% from 255) = 0.35%

 GREEN value IS 135 (53.13% from 255) = 47.2%

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

R = 0.35%
G = 47.2%
B = 52.45%

CMYK

 C value IS 0.99

 M value IS 0.1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#018796 (or 0x018796) is known color: Eastern Blue. HEX triplet: 01, 87 and 96. RGB value is (1,135,150). Sum of RGB (Red+Green+Blue) = 1+135+150=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #018796 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018796 is #FE7869. Grayscale: #606060. Windows color (decimal): -16676970 or 9864961. OLE color: 9864961.

HSL color Cylindrical-coordinate representation of color #018796: hue angle of 186.04º 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 #018796 is Cyan = 0.99, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 135 150 -
CMYK 0.99 0.1 0 0.41
HSL 186.04º 0.99% 0.3% -
HSV(B) 186.04º 0.99% 0.59% -
XYZ 14.18 19.54 31.88 -
YUV 96.64 158.11 59.78 -
System Red Green Blue C M Y K H S L
Decimal 1 135 150 0.99 0.1 0 0.41 186.04 0.99 0.3
Hex 1 87 96 63 A 0 29 BA 63 1E
Octal 1 207 226 143 12 0 51 272 143 36
Binary 1 10000111 10010110 1100011 1010 0 101001 10111010 1100011 11110

Color Harmonies of #018796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018796

Black with #018796

Text Example


Text Example

White with #018796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018796; }

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

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

background-color css

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

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

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

border-color css

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

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

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