#0BE19D

Color #0BE19D Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #0BE19D

Tints of Caribbean Green #0BE19D

Color information

#0BE19D (or 0x0BE19D) is unknown color: approx Caribbean Green. HEX triplet: 0B, E1 and 9D. RGB value is (11,225,157). Sum of RGB (Red+Green+Blue) = 11+225+157=393 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.80% from 393); Green value is 225 (88.28% from 255 or 57.25% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 225 - color contains mainly: green. Hex color #0BE19D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BE19D is #F41E62. Grayscale: #999999. Windows color (decimal): -15998563 or 10346763. OLE color: 10346763.

HSL color Cylindrical-coordinate representation of color #0BE19D: hue angle of 160.93º 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 #0BE19D is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB11225157-
CMYK0.9500.300.12
HSL160.93º90.68%46.27%-
HSV(B)160.93º95.11%88.24%-
XYZ33.1556.3641.03-
YUV153.26130.126.53-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.80%
GREEN value IS 225 (88.28% from 255) = 57.25%
BLUE value IS 157 (61.72% from 255) = 39.95%
R=2.80%
G=57.25%
B=39.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal112251570.9500.300.12160.9390.6846.27
HexBE19D5F01ECa15b2e
Octal133412351370361424113356
Binary1011111000011001110110111110111101100101000011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BE19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0BE19D;
 }
 .AnyTagClassName
 {
   color: #0BE19D;
 }
</style>
background-color css

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

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

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

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

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

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