Html Css Color HEX #0BB99E Caribbean Green

📋 copy color: '#0BB99E'

red 11 ◦ green 185 ◦ blue 158

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

Shades of Caribbean Green #0BB99E

Tints of Caribbean Green #0BB99E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 52.26%

 BLUE value IS 158 (62.11% from 255) = 44.63%

R = 3.11%
G = 52.26%
B = 44.63%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#0BB99E (or 0x0BB99E) is known color: Caribbean Green. HEX triplet: 0B, B9 and 9E. RGB value is (11,185,158). Sum of RGB (Red+Green+Blue) = 11+185+158=354 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.11% from 354); Green value is 185 (72.66% from 255 or 52.26% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 185 - color contains mainly: green. Hex color #0BB99E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB99E is #F44661. Grayscale: #818181. Windows color (decimal): -16008802 or 10402059. OLE color: 10402059.

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

Color convert

RGB 11 185 158 -
CMYK 0.94 0 0.15 0.27
HSL 170.69º 0.89% 0.38% -
HSV(B) 170.69º 0.94% 0.73% -
XYZ 23.66 37.24 38.29 -
YUV 129.9 143.85 43.2 -
System Red Green Blue C M Y K H S L
Decimal 11 185 158 0.94 0 0.15 0.27 170.69 0.89 0.38
Hex B B9 9E 5E 0 F 1B AB 59 26
Octal 13 271 236 136 0 17 33 253 131 46
Binary 1011 10111001 10011110 1011110 0 1111 11011 10101011 1011001 100110

Color Harmonies of #0BB99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB99E

Black with #0BB99E

Text Example


Text Example

White with #0BB99E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,185,158); }

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

background-color css

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

 a { background-color: rgb(11,185,158); }

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

border-color css

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

 span { border-color: rgb(11,185,158); }

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