#1BAE9A

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

Shades of Light Sea Green #1BAE9A

Tints of Light Sea Green #1BAE9A

Color information

#1BAE9A (or 0x1BAE9A) is unknown color: approx Light Sea Green. HEX triplet: 1B, AE and 9A. RGB value is (27,174,154). Sum of RGB (Red+Green+Blue) = 27+174+154=355 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.61% from 355); Green value is 174 (68.36% from 255 or 49.01% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 174 - color contains mainly: green. Hex color #1BAE9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAE9A is #E45165. Grayscale: #7F7F7F. Windows color (decimal): -14963046 or 10137115. OLE color: 10137115.

HSL color Cylindrical-coordinate representation of color #1BAE9A: hue angle of 171.84º 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 #1BAE9A is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.32.

Color convert

RGB27174154-
CMYK0.8400.110.32
HSL171.84º73.13%39.41%-
HSV(B)171.84º84.48%68.24%-
XYZ21.4232.8435.78-
YUV127.77142.856.13-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.61%
GREEN value IS 174 (68.36% from 255) = 49.01%
BLUE value IS 154 (60.55% from 255) = 43.38%
R=7.61%
G=49.01%
B=43.38%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal271741540.8400.110.32171.8473.1339.41
Hex1BAE9A540B20ac4927
Octal332562321240134025411147
Binary110111010111010011010101010001011100000101011001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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