Html Css Color HEX #1CC3AA Light Sea Green

📋 copy color: '#1CC3AA'

red 28 ◦ green 195 ◦ blue 170

#1CC3AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #1CC3AA

Tints of Light Sea Green #1CC3AA

RGB

 RED value IS 28 (11.33% from 255) = 7.12%

 GREEN value IS 195 (76.56% from 255) = 49.62%

 BLUE value IS 170 (66.8% from 255) = 43.26%

R = 7.12%
G = 49.62%
B = 43.26%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#1CC3AA (or 0x1CC3AA) is known color: Light Sea Green. HEX triplet: 1C, C3 and AA. RGB value is (28,195,170). Sum of RGB (Red+Green+Blue) = 28+195+170=393 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.12% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC3AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC3AA is #E33C55. Grayscale: #8E8E8E. Windows color (decimal): -14892118 or 11191068. OLE color: 11191068.

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

Color convert

RGB 28 195 170 -
CMYK 0.86 0 0.13 0.24
HSL 171.02º 0.75% 0.44% -
HSV(B) 171.02º 0.86% 0.76% -
XYZ 27.25 42.18 44.74 -
YUV 142.22 143.67 46.53 -
System Red Green Blue C M Y K H S L
Decimal 28 195 170 0.86 0 0.13 0.24 171.02 0.75 0.44
Hex 1C C3 AA 56 0 D 18 AB 4B 2C
Octal 34 303 252 126 0 15 30 253 113 54
Binary 11100 11000011 10101010 1010110 0 1101 11000 10101011 1001011 101100

Color Harmonies of #1CC3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC3AA

Black with #1CC3AA

Text Example


Text Example

White with #1CC3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1CC3AA;
 }
 .AnyTagClassName
 {
   color: #1CC3AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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