Html Css Color HEX #008396 Eastern Blue

📋 copy color: '#008396'

red 0 ◦ green 131 ◦ blue 150

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

Shades of Eastern Blue #008396

Tints of Eastern Blue #008396

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 131 (51.56% from 255) = 46.62%

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

R = 0%
G = 46.62%
B = 53.38%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#008396 (or 0x008396) is known color: Eastern Blue. HEX triplet: 00, 83 and 96. RGB value is (0,131,150). Sum of RGB (Red+Green+Blue) = 0+131+150=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #008396 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008396 is #FF7C69. Grayscale: #5D5D5D. Windows color (decimal): -16743530 or 9863936. OLE color: 9863936.

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

Color convert

RGB 0 131 150 -
CMYK 1 0.13 0 0.41
HSL 187.6º 1% 0.29% -
HSV(B) 187.6º 1% 0.59% -
XYZ 13.62 18.43 31.69 -
YUV 94 159.6 60.96 -
System Red Green Blue C M Y K H S L
Decimal 0 131 150 1 0.13 0 0.41 187.6 1 0.29
Hex 0 83 96 64 D 0 29 BC 64 1D
Octal 0 203 226 144 15 0 51 274 144 35
Binary 0 10000011 10010110 1100100 1101 0 101001 10111100 1100100 11101

Color Harmonies of #008396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008396

Black with #008396

Text Example


Text Example

White with #008396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008396; }

 p { color: rgb(0,131,150); }

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

background-color css

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

 a { background-color: rgb(0,131,150); }

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

border-color css

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

 span { border-color: rgb(0,131,150); }

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