#1BA6AE

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

Shades of Light Sea Green #1BA6AE

Tints of Light Sea Green #1BA6AE

Color information

#1BA6AE (or 0x1BA6AE) is unknown color: approx Light Sea Green. HEX triplet: 1B, A6 and AE. RGB value is (27,166,174). Sum of RGB (Red+Green+Blue) = 27+166+174=367 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.36% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #1BA6AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA6AE is #E45951. Grayscale: #7D7D7D. Windows color (decimal): -14965074 or 11445787. OLE color: 11445787.

HSL color Cylindrical-coordinate representation of color #1BA6AE: hue angle of 183.27º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA6AE is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB27166174-
CMYK0.840.0500.32
HSL183.27º73.13%39.41%-
HSV(B)183.27º84.48%68.24%-
XYZ21.7330.5644.8-
YUV125.35155.4557.85-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.36%
GREEN value IS 166 (65.23% from 255) = 45.23%
BLUE value IS 174 (68.36% from 255) = 47.41%
R=7.36%
G=45.23%
B=47.41%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal271661740.840.0500.32183.2773.1339.41
Hex1BA6AE545020b74927
Octal33246256124504026711147
Binary11011101001101010111010101001010100000101101111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,166,174); }

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

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

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

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

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

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

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