#0BAEAB

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

Shades of Light Sea Green #0BAEAB

Tints of Light Sea Green #0BAEAB

Color information

#0BAEAB (or 0x0BAEAB) is unknown color: approx Light Sea Green. HEX triplet: 0B, AE and AB. RGB value is (11,174,171). Sum of RGB (Red+Green+Blue) = 11+174+171=356 (47% of max value = 765). Red value is 11 (4.69% from 255 or 3.09% from 356); Green value is 174 (68.36% from 255 or 48.88% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 174 - color contains mainly: green. Hex color #0BAEAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0BAEAB is #F45154. Grayscale: #7C7C7C. Windows color (decimal): -16011605 or 11251211. OLE color: 11251211.

HSL color Cylindrical-coordinate representation of color #0BAEAB: hue angle of 178.9º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAEAB is Cyan = 0.94, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB11174171-
CMYK0.9400.020.32
HSL178.9º88.11%36.27%-
HSV(B)178.9º93.68%68.24%-
XYZ22.6233.2843.76-
YUV124.9215446.74-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.09%
GREEN value IS 174 (68.36% from 255) = 48.88%
BLUE value IS 171 (67.19% from 255) = 48.03%
R=3.09%
G=48.88%
B=48.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111741710.9400.020.32178.988.1136.27
HexBAEAB5E0220b35824
Octal13256253136024026313044
Binary101110101110101010111011110010100000101100111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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