#0BB6A8

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

Shades of Light Sea Green #0BB6A8

Tints of Light Sea Green #0BB6A8

Color information

#0BB6A8 (or 0x0BB6A8) is unknown color: approx Light Sea Green. HEX triplet: 0B, B6 and A8. RGB value is (11,182,168). Sum of RGB (Red+Green+Blue) = 11+182+168=361 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.05% from 361); Green value is 182 (71.48% from 255 or 50.42% from 361); Blue value is 168 (66.02% from 255 or 46.54% from 361); Max value from RGB is 182 - color contains mainly: green. Hex color #0BB6A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB6A8 is #F44957. Grayscale: #818181. Windows color (decimal): -16009560 or 11056651. OLE color: 11056651.

HSL color Cylindrical-coordinate representation of color #0BB6A8: hue angle of 175.09º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB6A8 is Cyan = 0.94, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB11182168-
CMYK0.9400.080.29
HSL175.09º88.6%37.84%-
HSV(B)175.09º93.96%71.37%-
XYZ23.9336.3542.8-
YUV129.27149.8543.64-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.05%
GREEN value IS 182 (71.48% from 255) = 50.42%
BLUE value IS 168 (66.02% from 255) = 46.54%
R=3.05%
G=50.42%
B=46.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal111821680.9400.080.29175.0988.637.84
HexBB6A85E081Daf5926
Octal132662501360103525713146
Binary1011101101101010100010111100100011101101011111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB6A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,182,168); }

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

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

 a { background-color: rgb(11,182,168); }

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

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

 span { border-color: rgb(11,182,168); }

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