#1CB69A

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

Shades of Light Sea Green #1CB69A

Tints of Light Sea Green #1CB69A

Color information

#1CB69A (or 0x1CB69A) is unknown color: approx Light Sea Green. HEX triplet: 1C, B6 and 9A. RGB value is (28,182,154). Sum of RGB (Red+Green+Blue) = 28+182+154=364 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.69% from 364); Green value is 182 (71.48% from 255 or 50% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 182 - color contains mainly: green. Hex color #1CB69A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB69A is #E34965. Grayscale: #848484. Windows color (decimal): -14895462 or 10139164. OLE color: 10139164.

HSL color Cylindrical-coordinate representation of color #1CB69A: hue angle of 169.09º degrees, saturation: 0.73, 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 #1CB69A is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB28182154-
CMYK0.8500.150.29
HSL169.09º73.33%41.18%-
HSV(B)169.09º84.62%71.37%-
XYZ23.0436.0436.31-
YUV132.76139.9853.28-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.69%
GREEN value IS 182 (71.48% from 255) = 50%
BLUE value IS 154 (60.55% from 255) = 42.31%
R=7.69%
G=50%
B=42.31%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal281821540.8500.150.29169.0973.3341.18
Hex1CB69A550F1Da94929
Octal342662321250173525111151
Binary11100101101101001101010101010111111101101010011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,182,154); }

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

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

 a { background-color: rgb(28,182,154); }

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

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

 span { border-color: rgb(28,182,154); }

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