#0BB3A8

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

Shades of Light Sea Green #0BB3A8

Tints of Light Sea Green #0BB3A8

Color information

#0BB3A8 (or 0x0BB3A8) is unknown color: approx Light Sea Green. HEX triplet: 0B, B3 and A8. RGB value is (11,179,168). Sum of RGB (Red+Green+Blue) = 11+179+168=358 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.07% from 358); Green value is 179 (70.31% from 255 or 50% from 358); Blue value is 168 (66.02% from 255 or 46.93% from 358); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB3A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB3A8 is #F44C57. Grayscale: #7F7F7F. Windows color (decimal): -16010328 or 11055883. OLE color: 11055883.

HSL color Cylindrical-coordinate representation of color #0BB3A8: hue angle of 176.07º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB3A8 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB11179168-
CMYK0.9400.060.30
HSL176.07º88.42%37.25%-
HSV(B)176.07º93.85%70.2%-
XYZ23.3335.1442.6-
YUV127.51150.8444.89-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.07%
GREEN value IS 179 (70.31% from 255) = 50%
BLUE value IS 168 (66.02% from 255) = 46.93%
R=3.07%
G=50%
B=46.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal111791680.9400.060.30176.0788.4237.25
HexBB3A85E061Eb05825
Octal13263250136063626013045
Binary101110110011101010001011110011011110101100001011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB3A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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