Html Css Color HEX #0BB895 Persian Green

📋 copy color: '#0BB895'

red 11 ◦ green 184 ◦ blue 149

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

Shades of Persian Green #0BB895

Tints of Persian Green #0BB895

RGB

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

 GREEN value IS 184 (72.27% from 255) = 53.49%

 BLUE value IS 149 (58.59% from 255) = 43.31%

R = 3.2%
G = 53.49%
B = 43.31%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#0BB895 (or 0x0BB895) is known color: Persian Green. HEX triplet: 0B, B8 and 95. RGB value is (11,184,149). Sum of RGB (Red+Green+Blue) = 11+184+149=344 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.20% from 344); Green value is 184 (72.27% from 255 or 53.49% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 184 - color contains mainly: green. Hex color #0BB895 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB895 is #F4476A. Grayscale: #808080. Windows color (decimal): -16009067 or 9811979. OLE color: 9811979.

HSL color Cylindrical-coordinate representation of color #0BB895: hue angle of 167.86º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB895 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB 11 184 149 -
CMYK 0.94 0 0.19 0.28
HSL 167.86º 0.89% 0.38% -
HSV(B) 167.86º 0.94% 0.72% -
XYZ 22.7 36.52 34.29 -
YUV 128.28 139.69 44.35 -
System Red Green Blue C M Y K H S L
Decimal 11 184 149 0.94 0 0.19 0.28 167.86 0.89 0.38
Hex B B8 95 5E 0 13 1C A8 59 26
Octal 13 270 225 136 0 23 34 250 131 46
Binary 1011 10111000 10010101 1011110 0 10011 11100 10101000 1011001 100110

Color Harmonies of #0BB895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB895

Black with #0BB895

Text Example


Text Example

White with #0BB895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,184,149); }

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

background-color css

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

 a { background-color: rgb(11,184,149); }

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

border-color css

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

 span { border-color: rgb(11,184,149); }

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