Html Css Color HEX #08998B Persian Green

📋 copy color: '#08998B'

red 8 ◦ green 153 ◦ blue 139

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

Shades of Persian Green #08998B

Tints of Persian Green #08998B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.33%

R = 2.67%
G = 51%
B = 46.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#08998B (or 0x08998B) is known color: Persian Green. HEX triplet: 08, 99 and 8B. RGB value is (8,153,139). Sum of RGB (Red+Green+Blue) = 8+153+139=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #08998B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08998B is #F76674. Grayscale: #6B6B6B. Windows color (decimal): -16213621 or 9148680. OLE color: 9148680.

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

Color convert

RGB 8 153 139 -
CMYK 0.95 0 0.09 0.4
HSL 174.21º 0.9% 0.32% -
HSV(B) 174.21º 0.95% 0.6% -
XYZ 16.15 24.7 28.34 -
YUV 108.05 145.46 56.64 -
System Red Green Blue C M Y K H S L
Decimal 8 153 139 0.95 0 0.09 0.4 174.21 0.9 0.32
Hex 8 99 8B 5F 0 9 28 AE 5A 20
Octal 10 231 213 137 0 11 50 256 132 40
Binary 1000 10011001 10001011 1011111 0 1001 101000 10101110 1011010 100000

Color Harmonies of #08998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08998B

Black with #08998B

Text Example


Text Example

White with #08998B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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