#1BC2A4

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

Shades of Light Sea Green #1BC2A4

Tints of Light Sea Green #1BC2A4

Color information

#1BC2A4 (or 0x1BC2A4) is unknown color: approx Light Sea Green. HEX triplet: 1B, C2 and A4. RGB value is (27,194,164). Sum of RGB (Red+Green+Blue) = 27+194+164=385 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.01% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #1BC2A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC2A4 is #E43D5B. Grayscale: #8C8C8C. Windows color (decimal): -14957916 or 10797595. OLE color: 10797595.

HSL color Cylindrical-coordinate representation of color #1BC2A4: hue angle of 169.22º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC2A4 is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB27194164-
CMYK0.8600.150.24
HSL169.22º75.57%43.33%-
HSV(B)169.22º86.08%76.08%-
XYZ26.4441.541.74-
YUV140.65141.1746.94-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.01%
GREEN value IS 194 (76.17% from 255) = 50.39%
BLUE value IS 164 (64.45% from 255) = 42.60%
R=7.01%
G=50.39%
B=42.60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal271941640.8600.150.24169.2275.5743.33
Hex1BC2A4560F18a94c2b
Octal333022441260173025111453
Binary11011110000101010010010101100111111000101010011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,194,164); }

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

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

 a { background-color: rgb(27,194,164); }

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

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

 span { border-color: rgb(27,194,164); }

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