Html Css Color HEX #0BE096 Caribbean Green

📋 copy color: '#0BE096'

red 11 ◦ green 224 ◦ blue 150

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

Shades of Caribbean Green #0BE096

Tints of Caribbean Green #0BE096

RGB

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

 GREEN value IS 224 (87.89% from 255) = 58.18%

 BLUE value IS 150 (58.98% from 255) = 38.96%

R = 2.86%
G = 58.18%
B = 38.96%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#0BE096 (or 0x0BE096) is known color: Caribbean Green. HEX triplet: 0B, E0 and 96. RGB value is (11,224,150). Sum of RGB (Red+Green+Blue) = 11+224+150=385 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.86% from 385); Green value is 224 (87.89% from 255 or 58.18% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 224 - color contains mainly: green. Hex color #0BE096 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE096 is #F41F69. Grayscale: #979797. Windows color (decimal): -15998826 or 9887755. OLE color: 9887755.

HSL color Cylindrical-coordinate representation of color #0BE096: hue angle of 159.15º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BE096 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 11 224 150 -
CMYK 0.95 0 0.33 0.12
HSL 159.15º 0.91% 0.46% -
HSV(B) 159.15º 0.95% 0.88% -
XYZ 32.3 55.58 37.88 -
YUV 151.88 126.93 27.52 -
System Red Green Blue C M Y K H S L
Decimal 11 224 150 0.95 0 0.33 0.12 159.15 0.91 0.46
Hex B E0 96 5F 0 21 C 9F 5B 2E
Octal 13 340 226 137 0 41 14 237 133 56
Binary 1011 11100000 10010110 1011111 0 100001 1100 10011111 1011011 101110

Color Harmonies of #0BE096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BE096

Black with #0BE096

Text Example


Text Example

White with #0BE096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,224,150); }

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

background-color css

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

 a { background-color: rgb(11,224,150); }

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

border-color css

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

 span { border-color: rgb(11,224,150); }

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