Html Css Color HEX #099B8D Persian Green

📋 copy color: '#099B8D'

red 9 ◦ green 155 ◦ blue 141

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

Shades of Persian Green #099B8D

Tints of Persian Green #099B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 46.23%

R = 2.95%
G = 50.82%
B = 46.23%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#099B8D (or 0x099B8D) is known color: Persian Green. HEX triplet: 09, 9B and 8D. RGB value is (9,155,141). Sum of RGB (Red+Green+Blue) = 9+155+141=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 155 (60.94% from 255 or 50.82% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 155 - color contains mainly: green. Hex color #099B8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099B8D is #F66472. Grayscale: #6D6D6D. Windows color (decimal): -16147571 or 9280265. OLE color: 9280265.

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

Color convert

RGB 9 155 141 -
CMYK 0.94 0 0.09 0.39
HSL 174.25º 0.89% 0.32% -
HSV(B) 174.25º 0.94% 0.61% -
XYZ 16.64 25.42 29.23 -
YUV 109.75 145.63 56.14 -
System Red Green Blue C M Y K H S L
Decimal 9 155 141 0.94 0 0.09 0.39 174.25 0.89 0.32
Hex 9 9B 8D 5E 0 9 27 AE 59 20
Octal 11 233 215 136 0 11 47 256 131 40
Binary 1001 10011011 10001101 1011110 0 1001 100111 10101110 1011001 100000

Color Harmonies of #099B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099B8D

Black with #099B8D

Text Example


Text Example

White with #099B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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