Html Css Color HEX #099B9C Persian Green

📋 copy color: '#099B9C'

red 9 ◦ green 155 ◦ blue 156

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

Shades of Persian Green #099B9C

Tints of Persian Green #099B9C

RGB

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

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

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

R = 2.81%
G = 48.44%
B = 48.75%

CMYK

 C value IS 0.94

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#099B9C (or 0x099B9C) is known color: Persian Green. HEX triplet: 09, 9B and 9C. RGB value is (9,155,156). Sum of RGB (Red+Green+Blue) = 9+155+156=320 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.81% from 320); Green value is 155 (60.94% from 255 or 48.44% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #099B9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099B9C is #F66463. Grayscale: #6F6F6F. Windows color (decimal): -16147556 or 10263305. OLE color: 10263305.

HSL color Cylindrical-coordinate representation of color #099B9C: hue angle of 180.41º 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 #099B9C is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 9 155 156 -
CMYK 0.94 0.01 0 0.39
HSL 180.41º 0.89% 0.32% -
HSV(B) 180.41º 0.94% 0.61% -
XYZ 17.83 25.9 35.51 -
YUV 111.46 153.13 54.92 -
System Red Green Blue C M Y K H S L
Decimal 9 155 156 0.94 0.01 0 0.39 180.41 0.89 0.32
Hex 9 9B 9C 5E 1 0 27 B4 59 20
Octal 11 233 234 136 1 0 47 264 131 40
Binary 1001 10011011 10011100 1011110 1 0 100111 10110100 1011001 100000

Color Harmonies of #099B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099B9C

Black with #099B9C

Text Example


Text Example

White with #099B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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