Html Css Color HEX #009B9E Persian Green

📋 copy color: '#009B9E'

red 0 ◦ green 155 ◦ blue 158

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

Shades of Persian Green #009B9E

Tints of Persian Green #009B9E

RGB

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

 GREEN value IS 155 (60.94% from 255) = 49.52%

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

R = 0%
G = 49.52%
B = 50.48%

CMYK

 C value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#009B9E (or 0x009B9E) is known color: Persian Green. HEX triplet: 00, 9B and 9E. RGB value is (0,155,158). Sum of RGB (Red+Green+Blue) = 0+155+158=313 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 313); Green value is 155 (60.94% from 255 or 49.52% from 313); Blue value is 158 (62.11% from 255 or 50.48% from 313); Max value from RGB is 158 - color contains mainly: blue. Hex color #009B9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009B9E is #FF6461. Grayscale: #6C6C6C. Windows color (decimal): -16737378 or 10394368. OLE color: 10394368.

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

Color convert

RGB 0 155 158 -
CMYK 1 0.02 0 0.38
HSL 181.14º 1% 0.31% -
HSV(B) 181.14º 1% 0.62% -
XYZ 17.89 25.91 36.41 -
YUV 109 155.65 50.26 -
System Red Green Blue C M Y K H S L
Decimal 0 155 158 1 0.02 0 0.38 181.14 1 0.31
Hex 0 9B 9E 64 2 0 26 B5 64 1F
Octal 0 233 236 144 2 0 46 265 144 37
Binary 0 10011011 10011110 1100100 10 0 100110 10110101 1100100 11111

Color Harmonies of #009B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009B9E

Black with #009B9E

Text Example


Text Example

White with #009B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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