Html Css Color HEX #008395 Eastern Blue

📋 copy color: '#008395'

red 0 ◦ green 131 ◦ blue 149

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

Shades of Eastern Blue #008395

Tints of Eastern Blue #008395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.21%

R = 0%
G = 46.79%
B = 53.21%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#008395 (or 0x008395) is known color: Eastern Blue. HEX triplet: 00, 83 and 95. RGB value is (0,131,149). Sum of RGB (Red+Green+Blue) = 0+131+149=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #008395 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008395 is #FF7C6A. Grayscale: #5D5D5D. Windows color (decimal): -16743531 or 9798400. OLE color: 9798400.

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

Color convert

RGB 0 131 149 -
CMYK 1 0.12 0 0.42
HSL 187.25º 1% 0.29% -
HSV(B) 187.25º 1% 0.58% -
XYZ 13.54 18.4 31.27 -
YUV 93.88 159.1 61.04 -
System Red Green Blue C M Y K H S L
Decimal 0 131 149 1 0.12 0 0.42 187.25 1 0.29
Hex 0 83 95 64 C 0 2A BB 64 1D
Octal 0 203 225 144 14 0 52 273 144 35
Binary 0 10000011 10010101 1100100 1100 0 101010 10111011 1100100 11101

Color Harmonies of #008395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008395

Black with #008395

Text Example


Text Example

White with #008395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008395; }

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

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

background-color css

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

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

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

border-color css

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

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

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