#1BAEB4

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

Shades of Light Sea Green #1BAEB4

Tints of Light Sea Green #1BAEB4

Color information

#1BAEB4 (or 0x1BAEB4) is unknown color: approx Light Sea Green. HEX triplet: 1B, AE and B4. RGB value is (27,174,180). Sum of RGB (Red+Green+Blue) = 27+174+180=381 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.09% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 180 (70.70% from 255 or 47.24% from 381); Max value from RGB is 180 - color contains mainly: blue. Hex color #1BAEB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAEB4 is #E4514B. Grayscale: #828282. Windows color (decimal): -14963020 or 11841051. OLE color: 11841051.

HSL color Cylindrical-coordinate representation of color #1BAEB4: hue angle of 182.35º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BAEB4 is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB27174180-
CMYK0.850.0300.29
HSL182.35º73.91%40.59%-
HSV(B)182.35º85%70.59%-
XYZ23.8333.848.45-
YUV130.73155.854.01-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.09%
GREEN value IS 174 (68.36% from 255) = 45.67%
BLUE value IS 180 (70.70% from 255) = 47.24%
R=7.09%
G=45.67%
B=47.24%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal271741800.850.0300.29182.3573.9140.59
Hex1BAEB455301Db64a29
Octal33256264125303526611251
Binary110111010111010110100101010111011101101101101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BAEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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