Html Css Color HEX #1CC5AA Light Sea Green

📋 copy color: '#1CC5AA'

red 28 ◦ green 197 ◦ blue 170

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

Shades of Light Sea Green #1CC5AA

Tints of Light Sea Green #1CC5AA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.87%

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

R = 7.09%
G = 49.87%
B = 43.04%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#1CC5AA (or 0x1CC5AA) is known color: Light Sea Green. HEX triplet: 1C, C5 and AA. RGB value is (28,197,170). Sum of RGB (Red+Green+Blue) = 28+197+170=395 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.09% from 395); Green value is 197 (77.34% from 255 or 49.87% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 197 - color contains mainly: green. Hex color #1CC5AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC5AA is #E33A55. Grayscale: #8F8F8F. Windows color (decimal): -14891606 or 11191580. OLE color: 11191580.

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

Color convert

RGB 28 197 170 -
CMYK 0.86 0 0.14 0.23
HSL 170.41º 0.75% 0.44% -
HSV(B) 170.41º 0.86% 0.77% -
XYZ 27.7 43.08 44.89 -
YUV 143.39 143.01 45.7 -
System Red Green Blue C M Y K H S L
Decimal 28 197 170 0.86 0 0.14 0.23 170.41 0.75 0.44
Hex 1C C5 AA 56 0 E 17 AA 4B 2C
Octal 34 305 252 126 0 16 27 252 113 54
Binary 11100 11000101 10101010 1010110 0 1110 10111 10101010 1001011 101100

Color Harmonies of #1CC5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC5AA

Black with #1CC5AA

Text Example


Text Example

White with #1CC5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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