Html Css Color HEX #1CC1AA Light Sea Green

📋 copy color: '#1CC1AA'

red 28 ◦ green 193 ◦ blue 170

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

Shades of Light Sea Green #1CC1AA

Tints of Light Sea Green #1CC1AA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.36%

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

R = 7.16%
G = 49.36%
B = 43.48%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#1CC1AA (or 0x1CC1AA) is known color: Light Sea Green. HEX triplet: 1C, C1 and AA. RGB value is (28,193,170). Sum of RGB (Red+Green+Blue) = 28+193+170=391 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.16% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 193 - color contains mainly: green. Hex color #1CC1AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC1AA is #E33E55. Grayscale: #8C8C8C. Windows color (decimal): -14892630 or 11190556. OLE color: 11190556.

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

Color convert

RGB 28 193 170 -
CMYK 0.85 0 0.12 0.24
HSL 171.64º 0.75% 0.43% -
HSV(B) 171.64º 0.85% 0.76% -
XYZ 26.8 41.29 44.59 -
YUV 141.04 144.34 47.37 -
System Red Green Blue C M Y K H S L
Decimal 28 193 170 0.85 0 0.12 0.24 171.64 0.75 0.43
Hex 1C C1 AA 55 0 C 18 AC 4B 2B
Octal 34 301 252 125 0 14 30 254 113 53
Binary 11100 11000001 10101010 1010101 0 1100 11000 10101100 1001011 101011

Color Harmonies of #1CC1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC1AA

Black with #1CC1AA

Text Example


Text Example

White with #1CC1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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