#1CC3BD

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

Shades of Light Sea Green #1CC3BD

Tints of Light Sea Green #1CC3BD

Color information

#1CC3BD (or 0x1CC3BD) is unknown color: approx Light Sea Green. HEX triplet: 1C, C3 and BD. RGB value is (28,195,189). Sum of RGB (Red+Green+Blue) = 28+195+189=412 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.80% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC3BD is #E33C42. Grayscale: #909090. Windows color (decimal): -14892099 or 12436252. OLE color: 12436252.

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

Color convert

RGB28195189-
CMYK0.8600.030.24
HSL177.84º74.89%43.73%-
HSV(B)177.84º85.64%76.47%-
XYZ29.1842.9554.9-
YUV144.38153.1744.99-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.80%
GREEN value IS 195 (76.56% from 255) = 47.33%
BLUE value IS 189 (74.22% from 255) = 45.87%
R=6.80%
G=47.33%
B=45.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal281951890.8600.030.24177.8474.8943.73
Hex1CC3BD560318b24b2c
Octal34303275126033026211354
Binary111001100001110111101101011001111000101100101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,195,189); }

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

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

 a { background-color: rgb(28,195,189); }

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

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

 span { border-color: rgb(28,195,189); }

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