#0BACB2

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

Shades of Light Sea Green #0BACB2

Tints of Light Sea Green #0BACB2

Color information

#0BACB2 (or 0x0BACB2) is unknown color: approx Light Sea Green. HEX triplet: 0B, AC and B2. RGB value is (11,172,178). Sum of RGB (Red+Green+Blue) = 11+172+178=361 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.05% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 178 (69.92% from 255 or 49.31% from 361); Max value from RGB is 178 - color contains mainly: blue. Hex color #0BACB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BACB2 is #F4534D. Grayscale: #7C7C7C. Windows color (decimal): -16012110 or 11709451. OLE color: 11709451.

HSL color Cylindrical-coordinate representation of color #0BACB2: hue angle of 182.16º 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 #0BACB2 is Cyan = 0.94, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11172178-
CMYK0.940.0300.30
HSL182.16º88.36%37.06%-
HSV(B)182.16º93.82%69.8%-
XYZ22.9332.7947.24-
YUV124.54158.1647.01-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.05%
GREEN value IS 172 (67.58% from 255) = 47.65%
BLUE value IS 178 (69.92% from 255) = 49.31%
R=3.05%
G=47.65%
B=49.31%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal111721780.940.0300.30182.1688.3637.06
HexBACB25E301Eb65825
Octal13254262136303626613045
Binary10111010110010110010101111011011110101101101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BACB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,172,178); }

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

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

 a { background-color: rgb(11,172,178); }

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

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

 span { border-color: rgb(11,172,178); }

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