Html Css Color HEX #08999B Persian Green

📋 copy color: '#08999B'

red 8 ◦ green 153 ◦ blue 155

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

Shades of Persian Green #08999B

Tints of Persian Green #08999B

RGB

 RED value IS 8 (3.52% from 255) = 2.53%

 GREEN value IS 153 (60.16% from 255) = 48.42%

 BLUE value IS 155 (60.94% from 255) = 49.05%

R = 2.53%
G = 48.42%
B = 49.05%

CMYK

 C value IS 0.95

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#08999B (or 0x08999B) is known color: Persian Green. HEX triplet: 08, 99 and 9B. RGB value is (8,153,155). Sum of RGB (Red+Green+Blue) = 8+153+155=316 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.53% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 155 (60.94% from 255 or 49.05% from 316); Max value from RGB is 155 - color contains mainly: blue. Hex color #08999B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08999B is #F76664. Grayscale: #6D6D6D. Windows color (decimal): -16213605 or 10197256. OLE color: 10197256.

HSL color Cylindrical-coordinate representation of color #08999B: hue angle of 180.82º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08999B is Cyan = 0.95, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 153 155 -
CMYK 0.95 0.01 0 0.39
HSL 180.82º 0.9% 0.32% -
HSV(B) 180.82º 0.95% 0.61% -
XYZ 17.41 25.2 34.96 -
YUV 109.87 153.46 55.34 -
System Red Green Blue C M Y K H S L
Decimal 8 153 155 0.95 0.01 0 0.39 180.82 0.9 0.32
Hex 8 99 9B 5F 1 0 27 B5 5A 20
Octal 10 231 233 137 1 0 47 265 132 40
Binary 1000 10011001 10011011 1011111 1 0 100111 10110101 1011010 100000

Color Harmonies of #08999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08999B

Black with #08999B

Text Example


Text Example

White with #08999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08999B; }

 p { color: rgb(8,153,155); }

 H1.HeaderClassName
 {
   color: #08999B;
 }
 .AnyTagClassName
 {
   color: #08999B;
 }
</style>

background-color css

<style>
 a { background-color: #08999B; }

 a { background-color: rgb(8,153,155); }

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

border-color css

<style>
 span { border-color: #08999B; }

 span { border-color: rgb(8,153,155); }

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