#1BC7A1

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

Shades of Light Sea Green #1BC7A1

Tints of Light Sea Green #1BC7A1

Color information

#1BC7A1 (or 0x1BC7A1) is unknown color: approx Light Sea Green. HEX triplet: 1B, C7 and A1. RGB value is (27,199,161). Sum of RGB (Red+Green+Blue) = 27+199+161=387 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.98% from 387); Green value is 199 (78.12% from 255 or 51.42% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 199 - color contains mainly: green. Hex color #1BC7A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC7A1 is #E4385E. Grayscale: #8F8F8F. Windows color (decimal): -14956639 or 10602267. OLE color: 10602267.

HSL color Cylindrical-coordinate representation of color #1BC7A1: hue angle of 166.74º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC7A1 is Cyan = 0.86, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB27199161-
CMYK0.8600.190.22
HSL166.74º76.11%44.31%-
HSV(B)166.74º86.43%78.04%-
XYZ27.3143.6540.7-
YUV143.24138.0245.09-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.98%
GREEN value IS 199 (78.12% from 255) = 51.42%
BLUE value IS 161 (63.28% from 255) = 41.60%
R=6.98%
G=51.42%
B=41.60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal271991610.8600.190.22166.7476.1144.31
Hex1BC7A15601316a74c2c
Octal333072411260232624711454
Binary110111100011110100001101011001001110110101001111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC7A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,199,161); }

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

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

 a { background-color: rgb(27,199,161); }

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

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

 span { border-color: rgb(27,199,161); }

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