#1CCBB3

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

Shades of Light Sea Green #1CCBB3

Tints of Light Sea Green #1CCBB3

Color information

#1CCBB3 (or 0x1CCBB3) is unknown color: approx Light Sea Green. HEX triplet: 1C, CB and B3. RGB value is (28,203,179). Sum of RGB (Red+Green+Blue) = 28+203+179=410 (54% of max value = 765). Red value is 28 (11.33% from 255 or 6.83% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 179 (70.31% from 255 or 43.66% from 410); Max value from RGB is 203 - color contains mainly: green. Hex color #1CCBB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CCBB3 is #E3344C. Grayscale: #939393. Windows color (decimal): -14890061 or 11782940. OLE color: 11782940.

HSL color Cylindrical-coordinate representation of color #1CCBB3: hue angle of 171.77º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCBB3 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB28203179-
CMYK0.8600.120.20
HSL171.77º75.76%45.29%-
HSV(B)171.77º86.21%79.61%-
XYZ29.9746.2149.99-
YUV147.94145.5242.45-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.83%
GREEN value IS 203 (79.69% from 255) = 49.51%
BLUE value IS 179 (70.31% from 255) = 43.66%
R=6.83%
G=49.51%
B=43.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal282031790.8600.120.20171.7775.7645.29
Hex1CCBB3560C14ac4c2d
Octal343132631260142425411455
Binary11100110010111011001110101100110010100101011001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCBB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,203,179); }

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

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

 a { background-color: rgb(28,203,179); }

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

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

 span { border-color: rgb(28,203,179); }

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