#0BC0A6

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

Shades of Caribbean Green #0BC0A6

Tints of Caribbean Green #0BC0A6

Color information

#0BC0A6 (or 0x0BC0A6) is unknown color: approx Caribbean Green. HEX triplet: 0B, C0 and A6. RGB value is (11,192,166). Sum of RGB (Red+Green+Blue) = 11+192+166=369 (48% of max value = 765). Red value is 11 (4.69% from 255 or 2.98% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 166 (65.23% from 255 or 44.99% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC0A6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BC0A6 is #F43F59. Grayscale: #868686. Windows color (decimal): -16007002 or 10928139. OLE color: 10928139.

HSL color Cylindrical-coordinate representation of color #0BC0A6: hue angle of 171.38º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BC0A6 is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB11192166-
CMYK0.9400.140.25
HSL171.38º89.16%39.8%-
HSV(B)171.38º94.27%75.29%-
XYZ25.8740.5242.53-
YUV134.92145.5339.61-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.98%
GREEN value IS 192 (75.39% from 255) = 52.03%
BLUE value IS 166 (65.23% from 255) = 44.99%
R=2.98%
G=52.03%
B=44.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111921660.9400.140.25171.3889.1639.8
HexBC0A65E0E19ab5928
Octal133002461360163125313150
Binary1011110000001010011010111100111011001101010111011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BC0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,192,166); }

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

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

 a { background-color: rgb(11,192,166); }

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

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

 span { border-color: rgb(11,192,166); }

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