Html Css Color HEX #0BB99D Caribbean Green

📋 copy color: '#0BB99D'

red 11 ◦ green 185 ◦ blue 157

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

Shades of Caribbean Green #0BB99D

Tints of Caribbean Green #0BB99D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.48%

R = 3.12%
G = 52.41%
B = 44.48%

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

#0BB99D (or 0x0BB99D) is known color: Caribbean Green. HEX triplet: 0B, B9 and 9D. RGB value is (11,185,157). Sum of RGB (Red+Green+Blue) = 11+185+157=353 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.12% from 353); Green value is 185 (72.66% from 255 or 52.41% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 185 - color contains mainly: green. Hex color #0BB99D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB99D is #F44662. Grayscale: #818181. Windows color (decimal): -16008803 or 10336523. OLE color: 10336523.

HSL color Cylindrical-coordinate representation of color #0BB99D: hue angle of 170.34º 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 #0BB99D is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 11 185 157 -
CMYK 0.94 0 0.15 0.27
HSL 170.34º 0.89% 0.38% -
HSV(B) 170.34º 0.94% 0.73% -
XYZ 23.57 37.2 37.84 -
YUV 129.78 143.35 43.28 -
System Red Green Blue C M Y K H S L
Decimal 11 185 157 0.94 0 0.15 0.27 170.34 0.89 0.38
Hex B B9 9D 5E 0 F 1B AA 59 26
Octal 13 271 235 136 0 17 33 252 131 46
Binary 1011 10111001 10011101 1011110 0 1111 11011 10101010 1011001 100110

Color Harmonies of #0BB99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB99D

Black with #0BB99D

Text Example


Text Example

White with #0BB99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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