Html Css Color HEX #009B8C Persian Green

📋 copy color: '#009B8C'

red 0 ◦ green 155 ◦ blue 140

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

Shades of Persian Green #009B8C

Tints of Persian Green #009B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.46%

R = 0%
G = 52.54%
B = 47.46%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#009B8C (or 0x009B8C) is known color: Persian Green. HEX triplet: 00, 9B and 8C. RGB value is (0,155,140). Sum of RGB (Red+Green+Blue) = 0+155+140=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 155 (60.94% from 255 or 52.54% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 155 - color contains mainly: green. Hex color #009B8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009B8C is #FF6473. Grayscale: #6A6A6A. Windows color (decimal): -16737396 or 9214720. OLE color: 9214720.

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

Color convert

RGB 0 155 140 -
CMYK 1 0 0.10 0.39
HSL 174.19º 1% 0.3% -
HSV(B) 174.19º 1% 0.61% -
XYZ 16.45 25.34 28.83 -
YUV 106.95 146.65 51.72 -
System Red Green Blue C M Y K H S L
Decimal 0 155 140 1 0 0.10 0.39 174.19 1 0.3
Hex 0 9B 8C 64 0 A 27 AE 64 1E
Octal 0 233 214 144 0 12 47 256 144 36
Binary 0 10011011 10001100 1100100 0 1010 100111 10101110 1100100 11110

Color Harmonies of #009B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009B8C

Black with #009B8C

Text Example


Text Example

White with #009B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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