#1BCDAC

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

Shades of Light Sea Green #1BCDAC

Tints of Light Sea Green #1BCDAC

Color information

#1BCDAC (or 0x1BCDAC) is unknown color: approx Light Sea Green. HEX triplet: 1B, CD and AC. RGB value is (27,205,172). Sum of RGB (Red+Green+Blue) = 27+205+172=404 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.68% from 404); Green value is 205 (80.47% from 255 or 50.74% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 205 - color contains mainly: green. Hex color #1BCDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BCDAC is #E43253. Grayscale: #939393. Windows color (decimal): -14955092 or 11324699. OLE color: 11324699.

HSL color Cylindrical-coordinate representation of color #1BCDAC: hue angle of 168.88º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCDAC is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB27205172-
CMYK0.8700.160.20
HSL168.88º76.72%45.49%-
HSV(B)168.88º86.83%80.39%-
XYZ29.7346.8746.51-
YUV148.02141.5341.68-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.68%
GREEN value IS 205 (80.47% from 255) = 50.74%
BLUE value IS 172 (67.58% from 255) = 42.57%
R=6.68%
G=50.74%
B=42.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal272051720.8700.160.20168.8876.7245.49
Hex1BCDAC5701014a94d2d
Octal333152541270202425111555
Binary110111100110110101100101011101000010100101010011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BCDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,205,172); }

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

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

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

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

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

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

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