Html Css Color HEX #018196 Eastern Blue

📋 copy color: '#018196'

red 1 ◦ green 129 ◦ blue 150

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

Shades of Eastern Blue #018196

Tints of Eastern Blue #018196

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.07%

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

R = 0.36%
G = 46.07%
B = 53.57%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#018196 (or 0x018196) is known color: Eastern Blue. HEX triplet: 01, 81 and 96. RGB value is (1,129,150). Sum of RGB (Red+Green+Blue) = 1+129+150=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 150 (58.98% from 255 or 53.57% from 280); Max value from RGB is 150 - color contains mainly: blue. Hex color #018196 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #018196 is #FE7E69. Grayscale: #5C5C5C. Windows color (decimal): -16678506 or 9863425. OLE color: 9863425.

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

Color convert

RGB 1 129 150 -
CMYK 0.99 0.14 0 0.41
HSL 188.46º 0.99% 0.3% -
HSV(B) 188.46º 0.99% 0.59% -
XYZ 13.37 17.91 31.61 -
YUV 93.12 160.09 62.29 -
System Red Green Blue C M Y K H S L
Decimal 1 129 150 0.99 0.14 0 0.41 188.46 0.99 0.3
Hex 1 81 96 63 E 0 29 BC 63 1E
Octal 1 201 226 143 16 0 51 274 143 36
Binary 1 10000001 10010110 1100011 1110 0 101001 10111100 1100011 11110

Color Harmonies of #018196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018196

Black with #018196

Text Example


Text Example

White with #018196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018196; }

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

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

background-color css

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

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

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

border-color css

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

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

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