#0BCEA3

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

Shades of Caribbean Green #0BCEA3

Tints of Caribbean Green #0BCEA3

Color information

#0BCEA3 (or 0x0BCEA3) is unknown color: approx Caribbean Green. HEX triplet: 0B, CE and A3. RGB value is (11,206,163). Sum of RGB (Red+Green+Blue) = 11+206+163=380 (50% of max value = 765). Red value is 11 (4.69% from 255 or 2.89% from 380); Green value is 206 (80.86% from 255 or 54.21% from 380); Blue value is 163 (64.06% from 255 or 42.89% from 380); Max value from RGB is 206 - color contains mainly: green. Hex color #0BCEA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BCEA3 is #F4315C. Grayscale: #8E8E8E. Windows color (decimal): -16003421 or 10735115. OLE color: 10735115.

HSL color Cylindrical-coordinate representation of color #0BCEA3: hue angle of 166.77º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BCEA3 is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB11206163-
CMYK0.9500.210.19
HSL166.77º89.86%42.55%-
HSV(B)166.77º94.66%80.78%-
XYZ28.8246.8642.18-
YUV142.79139.434-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.89%
GREEN value IS 206 (80.86% from 255) = 54.21%
BLUE value IS 163 (64.06% from 255) = 42.89%
R=2.89%
G=54.21%
B=42.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal112061630.9500.210.19166.7789.8642.55
HexBCEA35F01513a75a2b
Octal133162431370252324713253
Binary10111100111010100011101111101010110011101001111011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BCEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,206,163); }

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

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

 a { background-color: rgb(11,206,163); }

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

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

 span { border-color: rgb(11,206,163); }

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