Html Css Color HEX #009B9C Persian Green

📋 copy color: '#009B9C'

red 0 ◦ green 155 ◦ blue 156

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

Shades of Persian Green #009B9C

Tints of Persian Green #009B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50.16%

R = 0%
G = 49.84%
B = 50.16%

CMYK

 C value IS 1

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#009B9C (or 0x009B9C) is known color: Persian Green. HEX triplet: 00, 9B and 9C. RGB value is (0,155,156). Sum of RGB (Red+Green+Blue) = 0+155+156=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 155 (60.94% from 255 or 49.84% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #009B9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009B9C is #FF6463. Grayscale: #6C6C6C. Windows color (decimal): -16737380 or 10263296. OLE color: 10263296.

HSL color Cylindrical-coordinate representation of color #009B9C: hue angle of 180.38º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009B9C is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 155 156 -
CMYK 1 0.01 0 0.39
HSL 180.38º 1% 0.31% -
HSV(B) 180.38º 1% 0.61% -
XYZ 17.72 25.84 35.51 -
YUV 108.77 154.65 50.42 -
System Red Green Blue C M Y K H S L
Decimal 0 155 156 1 0.01 0 0.39 180.38 1 0.31
Hex 0 9B 9C 64 1 0 27 B4 64 1F
Octal 0 233 234 144 1 0 47 264 144 37
Binary 0 10011011 10011100 1100100 1 0 100111 10110100 1100100 11111

Color Harmonies of #009B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009B9C

Black with #009B9C

Text Example


Text Example

White with #009B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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