#0BB9A3

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

Shades of Light Sea Green #0BB9A3

Tints of Light Sea Green #0BB9A3

Color information

#0BB9A3 (or 0x0BB9A3) is unknown color: approx Light Sea Green. HEX triplet: 0B, B9 and A3. RGB value is (11,185,163). Sum of RGB (Red+Green+Blue) = 11+185+163=359 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.06% from 359); Green value is 185 (72.66% from 255 or 51.53% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 185 - color contains mainly: green. Hex color #0BB9A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB9A3 is #F4465C. Grayscale: #828282. Windows color (decimal): -16008797 or 10729739. OLE color: 10729739.

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

Color convert

RGB11185163-
CMYK0.9400.120.27
HSL172.41º88.78%38.43%-
HSV(B)172.41º94.05%72.55%-
XYZ24.137.4140.6-
YUV130.47146.3542.79-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.06%
GREEN value IS 185 (72.66% from 255) = 51.53%
BLUE value IS 163 (64.06% from 255) = 45.40%
R=3.06%
G=51.53%
B=45.40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal111851630.9400.120.27172.4188.7838.43
HexBB9A35E0C1Bac5926
Octal132712431360143325413146
Binary1011101110011010001110111100110011011101011001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BB9A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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