#0BBEAA

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

Shades of Light Sea Green #0BBEAA

Tints of Light Sea Green #0BBEAA

Color information

#0BBEAA (or 0x0BBEAA) is unknown color: approx Light Sea Green. HEX triplet: 0B, BE and AA. RGB value is (11,190,170). Sum of RGB (Red+Green+Blue) = 11+190+170=371 (49% of max value = 765). Red value is 11 (4.69% from 255 or 2.96% from 371); Green value is 190 (74.61% from 255 or 51.21% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 190 - color contains mainly: green. Hex color #0BBEAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BBEAA is #F44155. Grayscale: #868686. Windows color (decimal): -16007510 or 11189771. OLE color: 11189771.

HSL color Cylindrical-coordinate representation of color #0BBEAA: hue angle of 173.3º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBEAA is Cyan = 0.94, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB11190170-
CMYK0.9400.110.25
HSL173.3º89.05%39.41%-
HSV(B)173.3º94.21%74.51%-
XYZ25.8139.844.35-
YUV134.2148.240.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.96%
GREEN value IS 190 (74.61% from 255) = 51.21%
BLUE value IS 170 (66.80% from 255) = 45.82%
R=2.96%
G=51.21%
B=45.82%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal111901700.9400.110.25173.389.0539.41
HexBBEAA5E0B19ad5927
Octal132762521360133125513147
Binary1011101111101010101010111100101111001101011011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,190,170); }

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

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

 a { background-color: rgb(11,190,170); }

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

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

 span { border-color: rgb(11,190,170); }

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