Html Css Color HEX #00969E Eastern Blue

📋 copy color: '#00969E'

red 0 ◦ green 150 ◦ blue 158

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

Shades of Eastern Blue #00969E

Tints of Eastern Blue #00969E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.7%

 BLUE value IS 158 (62.11% from 255) = 51.3%

R = 0%
G = 48.7%
B = 51.3%

CMYK

 C value IS 1

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00969E (or 0x00969E) is known color: Eastern Blue. HEX triplet: 00, 96 and 9E. RGB value is (0,150,158). Sum of RGB (Red+Green+Blue) = 0+150+158=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #00969E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00969E is #FF6961. Grayscale: #696969. Windows color (decimal): -16738658 or 10393088. OLE color: 10393088.

HSL color Cylindrical-coordinate representation of color #00969E: hue angle of 183.04º 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 #00969E is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 150 158 -
CMYK 1 0.05 0 0.38
HSL 183.04º 1% 0.31% -
HSV(B) 183.04º 1% 0.62% -
XYZ 17.08 24.28 36.13 -
YUV 106.06 157.31 52.35 -
System Red Green Blue C M Y K H S L
Decimal 0 150 158 1 0.05 0 0.38 183.04 1 0.31
Hex 0 96 9E 64 5 0 26 B7 64 1F
Octal 0 226 236 144 5 0 46 267 144 37
Binary 0 10010110 10011110 1100100 101 0 100110 10110111 1100100 11111

Color Harmonies of #00969E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00969E

Black with #00969E

Text Example


Text Example

White with #00969E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00969E; }

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

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

background-color css

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

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

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

border-color css

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

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

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