Html Css Color HEX #0B998F Persian Green

📋 copy color: '#0B998F'

red 11 ◦ green 153 ◦ blue 143

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

Shades of Persian Green #0B998F

Tints of Persian Green #0B998F

RGB

 RED value IS 11 (4.69% from 255) = 3.58%

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

 BLUE value IS 143 (56.25% from 255) = 46.58%

R = 3.58%
G = 49.84%
B = 46.58%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.07

 K value IS 0.4

RGB Variations

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

Color information

#0B998F (or 0x0B998F) is known color: Persian Green. HEX triplet: 0B, 99 and 8F. RGB value is (11,153,143). Sum of RGB (Red+Green+Blue) = 11+153+143=307 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.58% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 143 (56.25% from 255 or 46.58% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #0B998F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B998F is #F46670. Grayscale: #6D6D6D. Windows color (decimal): -16017009 or 9410827. OLE color: 9410827.

HSL color Cylindrical-coordinate representation of color #0B998F: hue angle of 175.77º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B998F is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB 11 153 143 -
CMYK 0.93 0 0.07 0.4
HSL 175.77º 0.87% 0.32% -
HSV(B) 175.77º 0.93% 0.6% -
XYZ 16.49 24.84 29.91 -
YUV 109.4 146.96 57.81 -
System Red Green Blue C M Y K H S L
Decimal 11 153 143 0.93 0 0.07 0.4 175.77 0.87 0.32
Hex B 99 8F 5D 0 7 28 B0 57 20
Octal 13 231 217 135 0 7 50 260 127 40
Binary 1011 10011001 10001111 1011101 0 111 101000 10110000 1010111 100000

Color Harmonies of #0B998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B998F

Black with #0B998F

Text Example


Text Example

White with #0B998F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B998F; }

 p { color: rgb(11,153,143); }

 H1.HeaderClassName
 {
   color: #0B998F;
 }
 .AnyTagClassName
 {
   color: #0B998F;
 }
</style>

background-color css

<style>
 a { background-color: #0B998F; }

 a { background-color: rgb(11,153,143); }

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

border-color css

<style>
 span { border-color: #0B998F; }

 span { border-color: rgb(11,153,143); }

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