#1cc3b5

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

Shades of Light Sea Green #1CC3B5

Tints of Light Sea Green #1CC3B5

Color information

#1CC3B5 (or 0x1CC3B5) is unknown color: approx Light Sea Green. HEX triplet: 1C, C3 and B5. RGB value is (28,195,181). Sum of RGB (Red+Green+Blue) = 28+195+181=404 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.93% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC3B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC3B5 is #E33C4A. Grayscale: #8F8F8F. Windows color (decimal): -14892107 or 11911964. OLE color: 11911964.

HSL color Cylindrical-coordinate representation of color #1CC3B5: hue angle of 174.97º 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 #1CC3B5 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB28195181-
CMYK0.8600.070.24
HSL174.97º74.89%43.73%-
HSV(B)174.97º85.64%76.47%-
XYZ28.3342.6150.45-
YUV143.47149.1745.64-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.93%
GREEN value IS 195 (76.56% from 255) = 48.27%
BLUE value IS 181 (71.09% from 255) = 44.80%
R=6.93%
G=48.27%
B=44.80%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal281951810.8600.070.24174.9774.8943.73
Hex1CC3B5560718af4b2c
Octal34303265126073025711354
Binary1110011000011101101011010110011111000101011111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cc3b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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