Html Css Color HEX #0BBA95 Caribbean Green

📋 copy color: '#0BBA95'

red 11 ◦ green 186 ◦ blue 149

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

Shades of Caribbean Green #0BBA95

Tints of Caribbean Green #0BBA95

RGB

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

 GREEN value IS 186 (73.05% from 255) = 53.76%

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

R = 3.18%
G = 53.76%
B = 43.06%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#0BBA95 (or 0x0BBA95) is known color: Caribbean Green. HEX triplet: 0B, BA and 95. RGB value is (11,186,149). Sum of RGB (Red+Green+Blue) = 11+186+149=346 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.18% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #0BBA95 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBA95 is #F4456A. Grayscale: #818181. Windows color (decimal): -16008555 or 9812491. OLE color: 9812491.

HSL color Cylindrical-coordinate representation of color #0BBA95: hue angle of 167.31º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBA95 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 11 186 149 -
CMYK 0.94 0 0.20 0.27
HSL 167.31º 0.89% 0.39% -
HSV(B) 167.31º 0.94% 0.73% -
XYZ 23.12 37.36 34.43 -
YUV 129.46 139.02 43.51 -
System Red Green Blue C M Y K H S L
Decimal 11 186 149 0.94 0 0.20 0.27 167.31 0.89 0.39
Hex B BA 95 5E 0 14 1B A7 59 27
Octal 13 272 225 136 0 24 33 247 131 47
Binary 1011 10111010 10010101 1011110 0 10100 11011 10100111 1011001 100111

Color Harmonies of #0BBA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBA95

Black with #0BBA95

Text Example


Text Example

White with #0BBA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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