Html Css Color HEX #00959F Eastern Blue

📋 copy color: '#00959F'

red 0 ◦ green 149 ◦ blue 159

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

Shades of Eastern Blue #00959F

Tints of Eastern Blue #00959F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.38%

 BLUE value IS 159 (62.5% from 255) = 51.62%

R = 0%
G = 48.38%
B = 51.62%

CMYK

 C value IS 1

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00959F (or 0x00959F) is known color: Eastern Blue. HEX triplet: 00, 95 and 9F. RGB value is (0,149,159). Sum of RGB (Red+Green+Blue) = 0+149+159=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 149 (58.59% from 255 or 48.38% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #00959F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00959F is #FF6A60. Grayscale: #696969. Windows color (decimal): -16738913 or 10458368. OLE color: 10458368.

HSL color Cylindrical-coordinate representation of color #00959F: hue angle of 183.77º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00959F is Cyan = 1, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 149 159 -
CMYK 1 0.06 0 0.38
HSL 183.77º 1% 0.31% -
HSV(B) 183.77º 1% 0.62% -
XYZ 17.01 24 36.54 -
YUV 105.59 158.14 52.69 -
System Red Green Blue C M Y K H S L
Decimal 0 149 159 1 0.06 0 0.38 183.77 1 0.31
Hex 0 95 9F 64 6 0 26 B8 64 1F
Octal 0 225 237 144 6 0 46 270 144 37
Binary 0 10010101 10011111 1100100 110 0 100110 10111000 1100100 11111

Color Harmonies of #00959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00959F

Black with #00959F

Text Example


Text Example

White with #00959F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00959F; }

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

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

background-color css

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

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

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

border-color css

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

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

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