Html Css Color HEX #099B8C Persian Green

📋 copy color: '#099B8C'

red 9 ◦ green 155 ◦ blue 140

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

Shades of Persian Green #099B8C

Tints of Persian Green #099B8C

RGB

 RED value IS 9 (3.91% from 255) = 2.96%

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

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

R = 2.96%
G = 50.99%
B = 46.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#099B8C (or 0x099B8C) is known color: Persian Green. HEX triplet: 09, 9B and 8C. RGB value is (9,155,140). Sum of RGB (Red+Green+Blue) = 9+155+140=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 155 (60.94% from 255 or 50.99% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 155 - color contains mainly: green. Hex color #099B8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099B8C is #F66473. Grayscale: #6D6D6D. Windows color (decimal): -16147572 or 9214729. OLE color: 9214729.

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

Color convert

RGB 9 155 140 -
CMYK 0.94 0 0.10 0.39
HSL 173.84º 0.89% 0.32% -
HSV(B) 173.84º 0.94% 0.61% -
XYZ 16.57 25.39 28.84 -
YUV 109.64 145.13 56.22 -
System Red Green Blue C M Y K H S L
Decimal 9 155 140 0.94 0 0.10 0.39 173.84 0.89 0.32
Hex 9 9B 8C 5E 0 A 27 AE 59 20
Octal 11 233 214 136 0 12 47 256 131 40
Binary 1001 10011011 10001100 1011110 0 1010 100111 10101110 1011001 100000

Color Harmonies of #099B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099B8C

Black with #099B8C

Text Example


Text Example

White with #099B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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