#0BD3AE

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

Shades of Caribbean Green #0BD3AE

Tints of Caribbean Green #0BD3AE

Color information

#0BD3AE (or 0x0BD3AE) is unknown color: approx Caribbean Green. HEX triplet: 0B, D3 and AE. RGB value is (11,211,174). Sum of RGB (Red+Green+Blue) = 11+211+174=396 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.78% from 396); Green value is 211 (82.81% from 255 or 53.28% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 211 - color contains mainly: green. Hex color #0BD3AE is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BD3AE is #F42C51. Grayscale: #929292. Windows color (decimal): -16002130 or 11457291. OLE color: 11457291.

HSL color Cylindrical-coordinate representation of color #0BD3AE: hue angle of 168.9º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD3AE is Cyan = 0.95, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB11211174-
CMYK0.9500.180.17
HSL168.9º90.09%43.53%-
HSV(B)168.9º94.79%82.75%-
XYZ31.0749.7248-
YUV146.98143.2431.01-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.78%
GREEN value IS 211 (82.81% from 255) = 53.28%
BLUE value IS 174 (68.36% from 255) = 43.94%
R=2.78%
G=53.28%
B=43.94%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal112111740.9500.180.17168.990.0943.53
HexBD3AE5F01211a95a2c
Octal133232561370222125113254
Binary10111101001110101110101111101001010001101010011011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BD3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,211,174); }

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

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

 a { background-color: rgb(11,211,174); }

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

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

 span { border-color: rgb(11,211,174); }

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