#1cc4b0

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

Shades of Light Sea Green #1CC4B0

Tints of Light Sea Green #1CC4B0

Color information

#1CC4B0 (or 0x1CC4B0) is unknown color: approx Light Sea Green. HEX triplet: 1C, C4 and B0. RGB value is (28,196,176). Sum of RGB (Red+Green+Blue) = 28+196+176=400 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7% from 400); Green value is 196 (76.95% from 255 or 49% from 400); Blue value is 176 (69.14% from 255 or 44% from 400); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC4B0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC4B0 is #E33B4F. Grayscale: #8F8F8F. Windows color (decimal): -14891856 or 11584540. OLE color: 11584540.

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

Color convert

RGB28196176-
CMYK0.8600.100.23
HSL172.86º75%43.92%-
HSV(B)172.86º85.71%76.86%-
XYZ28.0642.8647.87-
YUV143.49146.3445.63-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7%
GREEN value IS 196 (76.95% from 255) = 49%
BLUE value IS 176 (69.14% from 255) = 44%
R=7%
G=49%
B=44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal281961760.8600.100.23172.867543.92
Hex1CC4B0560A17ad4b2c
Octal343042601260122725511354
Binary11100110001001011000010101100101010111101011011001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1cc4b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,196,176); }

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

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

 a { background-color: rgb(28,196,176); }

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

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

 span { border-color: rgb(28,196,176); }

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