Html Css Color HEX #08B398 Persian Green

📋 copy color: '#08B398'

red 8 ◦ green 179 ◦ blue 152

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

Shades of Persian Green #08B398

Tints of Persian Green #08B398

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.8%

 BLUE value IS 152 (59.77% from 255) = 44.84%

R = 2.36%
G = 52.8%
B = 44.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#08B398 (or 0x08B398) is known color: Persian Green. HEX triplet: 08, B3 and 98. RGB value is (8,179,152). Sum of RGB (Red+Green+Blue) = 8+179+152=339 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.36% from 339); Green value is 179 (70.31% from 255 or 52.80% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 179 - color contains mainly: green. Hex color #08B398 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08B398 is #F74C67. Grayscale: #7C7C7C. Windows color (decimal): -16206952 or 10007304. OLE color: 10007304.

HSL color Cylindrical-coordinate representation of color #08B398: hue angle of 170.53º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B398 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 8 179 152 -
CMYK 0.96 0 0.15 0.30
HSL 170.53º 0.91% 0.37% -
HSV(B) 170.53º 0.96% 0.7% -
XYZ 21.89 34.56 35.22 -
YUV 124.79 143.35 44.7 -
System Red Green Blue C M Y K H S L
Decimal 8 179 152 0.96 0 0.15 0.30 170.53 0.91 0.37
Hex 8 B3 98 60 0 F 1E AB 5B 25
Octal 10 263 230 140 0 17 36 253 133 45
Binary 1000 10110011 10011000 1100000 0 1111 11110 10101011 1011011 100101

Color Harmonies of #08B398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B398

Black with #08B398

Text Example


Text Example

White with #08B398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08B398; }

 p { color: rgb(8,179,152); }

 H1.HeaderClassName
 {
   color: #08B398;
 }
 .AnyTagClassName
 {
   color: #08B398;
 }
</style>

background-color css

<style>
 a { background-color: #08B398; }

 a { background-color: rgb(8,179,152); }

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

border-color css

<style>
 span { border-color: #08B398; }

 span { border-color: rgb(8,179,152); }

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