#0BAEB2

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

Shades of Light Sea Green #0BAEB2

Tints of Light Sea Green #0BAEB2

Color information

#0BAEB2 (or 0x0BAEB2) is unknown color: approx Light Sea Green. HEX triplet: 0B, AE and B2. RGB value is (11,174,178). Sum of RGB (Red+Green+Blue) = 11+174+178=363 (48% of max value = 765). Red value is 11 (4.69% from 255 or 3.03% from 363); Green value is 174 (68.36% from 255 or 47.93% from 363); Blue value is 178 (69.92% from 255 or 49.04% from 363); Max value from RGB is 178 - color contains mainly: blue. Hex color #0BAEB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAEB2 is #F4514D. Grayscale: #7D7D7D. Windows color (decimal): -16011598 or 11709963. OLE color: 11709963.

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

Color convert

RGB11174178-
CMYK0.940.0200.30
HSL181.44º88.36%37.06%-
HSV(B)181.44º93.82%69.8%-
XYZ23.3133.5647.37-
YUV125.72157.546.17-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.03%
GREEN value IS 174 (68.36% from 255) = 47.93%
BLUE value IS 178 (69.92% from 255) = 49.04%
R=3.03%
G=47.93%
B=49.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal111741780.940.0200.30181.4488.3637.06
HexBAEB25E201Eb55825
Octal13256262136203626513045
Binary10111010111010110010101111010011110101101011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAEB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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