Html Css Color HEX #008296 Eastern Blue

📋 copy color: '#008296'

red 0 ◦ green 130 ◦ blue 150

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

Shades of Eastern Blue #008296

Tints of Eastern Blue #008296

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.43%

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

R = 0%
G = 46.43%
B = 53.57%

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

#008296 (or 0x008296) is known color: Eastern Blue. HEX triplet: 00, 82 and 96. RGB value is (0,130,150). Sum of RGB (Red+Green+Blue) = 0+130+150=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 130 (51.17% from 255 or 46.43% 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 #008296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008296 is #FF7D69. Grayscale: #5D5D5D. Windows color (decimal): -16743786 or 9863680. OLE color: 9863680.

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

Color convert

RGB 0 130 150 -
CMYK 1 0.13 0 0.41
HSL 188º 1% 0.29% -
HSV(B) 188º 1% 0.59% -
XYZ 13.49 18.17 31.65 -
YUV 93.41 159.93 61.37 -
System Red Green Blue C M Y K H S L
Decimal 0 130 150 1 0.13 0 0.41 188 1 0.29
Hex 0 82 96 64 D 0 29 BC 64 1D
Octal 0 202 226 144 15 0 51 274 144 35
Binary 0 10000010 10010110 1100100 1101 0 101001 10111100 1100100 11101

Color Harmonies of #008296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008296

Black with #008296

Text Example


Text Example

White with #008296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008296; }

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

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

background-color css

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

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

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

border-color css

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

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

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