#0BB3A3

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

Shades of Light Sea Green #0BB3A3

Tints of Light Sea Green #0BB3A3

Color information

#0BB3A3 (or 0x0BB3A3) is unknown color: approx Light Sea Green. HEX triplet: 0B, B3 and A3. RGB value is (11,179,163). Sum of RGB (Red+Green+Blue) = 11+179+163=353 (46% of max value = 765). Red value is 11 (4.69% from 255 or 3.12% from 353); Green value is 179 (70.31% from 255 or 50.71% from 353); Blue value is 163 (64.06% from 255 or 46.18% from 353); Max value from RGB is 179 - color contains mainly: green. Hex color #0BB3A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB3A3 is #F44C5C. Grayscale: #7E7E7E. Windows color (decimal): -16010333 or 10728203. OLE color: 10728203.

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

Color convert

RGB11179163-
CMYK0.9400.090.30
HSL174.29º88.42%37.25%-
HSV(B)174.29º93.85%70.2%-
XYZ22.8734.9640.19-
YUV126.94148.3445.3-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.12%
GREEN value IS 179 (70.31% from 255) = 50.71%
BLUE value IS 163 (64.06% from 255) = 46.18%
R=3.12%
G=50.71%
B=46.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal111791630.9400.090.30174.2988.4237.25
HexBB3A35E091Eae5825
Octal132632431360113625613045
Binary1011101100111010001110111100100111110101011101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB3A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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