Html Css Color HEX #008095 Eastern Blue

📋 copy color: '#008095'

red 0 ◦ green 128 ◦ blue 149

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

Shades of Eastern Blue #008095

Tints of Eastern Blue #008095

RGB

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

 GREEN value IS 128 (50.39% from 255) = 46.21%

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

R = 0%
G = 46.21%
B = 53.79%

CMYK

 C value IS 1

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#008095 (or 0x008095) is known color: Eastern Blue. HEX triplet: 00, 80 and 95. RGB value is (0,128,149). Sum of RGB (Red+Green+Blue) = 0+128+149=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 128 (50.39% from 255 or 46.21% from 277); Blue value is 149 (58.59% from 255 or 53.79% from 277); Max value from RGB is 149 - color contains mainly: blue. Hex color #008095 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008095 is #FF7F6A. Grayscale: #5B5B5B. Windows color (decimal): -16744299 or 9797632. OLE color: 9797632.

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

Color convert

RGB 0 128 149 -
CMYK 1 0.14 0 0.42
HSL 188.46º 1% 0.29% -
HSV(B) 188.46º 1% 0.58% -
XYZ 13.14 17.61 31.14 -
YUV 92.12 160.09 62.29 -
System Red Green Blue C M Y K H S L
Decimal 0 128 149 1 0.14 0 0.42 188.46 1 0.29
Hex 0 80 95 64 E 0 2A BC 64 1D
Octal 0 200 225 144 16 0 52 274 144 35
Binary 0 10000000 10010101 1100100 1110 0 101010 10111100 1100100 11101

Color Harmonies of #008095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008095

Black with #008095

Text Example


Text Example

White with #008095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008095; }

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

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

background-color css

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

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

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

border-color css

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

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

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