#1CB4B1

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

Shades of Light Sea Green #1CB4B1

Tints of Light Sea Green #1CB4B1

Color information

#1CB4B1 (or 0x1CB4B1) is unknown color: approx Light Sea Green. HEX triplet: 1C, B4 and B1. RGB value is (28,180,177). Sum of RGB (Red+Green+Blue) = 28+180+177=385 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.27% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB4B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB4B1 is #E34B4E. Grayscale: #868686. Windows color (decimal): -14895951 or 11645980. OLE color: 11645980.

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

Color convert

RGB28180177-
CMYK0.8400.020.29
HSL178.82º73.08%40.78%-
HSV(B)178.82º84.44%70.59%-
XYZ24.7436.0647.25-
YUV134.21152.1452.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.27%
GREEN value IS 180 (70.70% from 255) = 46.75%
BLUE value IS 177 (69.53% from 255) = 45.97%
R=7.27%
G=46.75%
B=45.97%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal281801770.8400.020.29178.8273.0840.78
Hex1CB4B154021Db34929
Octal34264261124023526311151
Binary111001011010010110001101010001011101101100111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,180,177); }

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

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

 a { background-color: rgb(28,180,177); }

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

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

 span { border-color: rgb(28,180,177); }

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