#1BA5A0

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

Shades of Light Sea Green #1BA5A0

Tints of Light Sea Green #1BA5A0

Color information

#1BA5A0 (or 0x1BA5A0) is unknown color: approx Light Sea Green. HEX triplet: 1B, A5 and A0. RGB value is (27,165,160). Sum of RGB (Red+Green+Blue) = 27+165+160=352 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.67% from 352); Green value is 165 (64.84% from 255 or 46.88% from 352); Blue value is 160 (62.89% from 255 or 45.45% from 352); Max value from RGB is 165 - color contains mainly: green. Hex color #1BA5A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA5A0 is #E45A5F. Grayscale: #7B7B7B. Windows color (decimal): -14965344 or 10528027. OLE color: 10528027.

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

Color convert

RGB27165160-
CMYK0.8400.030.35
HSL177.83º71.88%37.65%-
HSV(B)177.83º83.64%64.71%-
XYZ20.2529.6837.92-
YUV123.17148.7859.41-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.67%
GREEN value IS 165 (64.84% from 255) = 46.88%
BLUE value IS 160 (62.89% from 255) = 45.45%
R=7.67%
G=46.88%
B=45.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal271651600.8400.030.35177.8371.8837.65
Hex1BA5A0540323b24826
Octal33245240124034326211046
Binary1101110100101101000001010100011100011101100101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BA5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,165,160); }

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

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

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

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

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

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

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