Html Css Color HEX #0BB394 Persian Green

📋 copy color: '#0BB394'

red 11 ◦ green 179 ◦ blue 148

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

Shades of Persian Green #0BB394

Tints of Persian Green #0BB394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.79%

R = 3.25%
G = 52.96%
B = 43.79%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#0BB394 (or 0x0BB394) is known color: Persian Green. HEX triplet: 0B, B3 and 94. RGB value is (11,179,148). Sum of RGB (Red+Green+Blue) = 11+179+148=338 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.25% from 338); Green value is 179 (70.31% from 255 or 52.96% from 338); Blue value is 148 (58.20% from 255 or 43.79% from 338); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB394 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB394 is #F44C6B. Grayscale: #7D7D7D. Windows color (decimal): -16010348 or 9745163. OLE color: 9745163.

HSL color Cylindrical-coordinate representation of color #0BB394: hue angle of 168.93º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB394 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 11 179 148 -
CMYK 0.94 0 0.17 0.30
HSL 168.93º 0.88% 0.37% -
HSV(B) 168.93º 0.94% 0.7% -
XYZ 21.6 34.45 33.53 -
YUV 125.23 140.84 46.52 -
System Red Green Blue C M Y K H S L
Decimal 11 179 148 0.94 0 0.17 0.30 168.93 0.88 0.37
Hex B B3 94 5E 0 11 1E A9 58 25
Octal 13 263 224 136 0 21 36 251 130 45
Binary 1011 10110011 10010100 1011110 0 10001 11110 10101001 1011000 100101

Color Harmonies of #0BB394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB394

Black with #0BB394

Text Example


Text Example

White with #0BB394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,179,148); }

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

background-color css

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

 a { background-color: rgb(11,179,148); }

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

border-color css

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

 span { border-color: rgb(11,179,148); }

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