#1ba8a8

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

Shades of Light Sea Green #1BA8A8

Tints of Light Sea Green #1BA8A8

Color information

#1BA8A8 (or 0x1BA8A8) is unknown color: approx Light Sea Green. HEX triplet: 1B, A8 and A8. RGB value is (27,168,168). Sum of RGB (Red+Green+Blue) = 27+168+168=363 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.44% from 363); Green value is 168 (66.02% from 255 or 46.28% from 363); Blue value is 168 (66.02% from 255 or 46.28% from 363); Max value from RGB is 168 - color contains mainly: green, blue. Hex color #1BA8A8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA8A8 is #E45757. Grayscale: #7D7D7D. Windows color (decimal): -14964568 or 11053083. OLE color: 11053083.

HSL color Cylindrical-coordinate representation of color #1BA8A8: hue angle of 180º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA8A8 is Cyan = 0.84, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB27168168-
CMYK0.84000.34
HSL180º72.31%38.24%-
HSV(B)180º83.93%65.88%-
XYZ21.5231.0741.91-
YUV125.84151.7957.5-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.44%
GREEN value IS 168 (66.02% from 255) = 46.28%
BLUE value IS 168 (66.02% from 255) = 46.28%
R=7.44%
G=46.28%
B=46.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal271681680.84000.3418072.3138.24
Hex1BA8A8540022b44826
Octal33250250124004226411046
Binary110111010100010101000101010000100010101101001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ba8a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1ba8a8; }

 p { color: rgb(27,168,168); }

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

<style>
 a { background-color: #1ba8a8; }

 a { background-color: rgb(27,168,168); }

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

<style>
 span { border-color: #1ba8a8; }

 span { border-color: rgb(27,168,168); }

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