Html Css Color HEX #1CC2AD Light Sea Green

📋 copy color: '#1CC2AD'

red 28 ◦ green 194 ◦ blue 173

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

Shades of Light Sea Green #1CC2AD

Tints of Light Sea Green #1CC2AD

RGB

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

 GREEN value IS 194 (76.17% from 255) = 49.11%

 BLUE value IS 173 (67.97% from 255) = 43.8%

R = 7.09%
G = 49.11%
B = 43.8%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#1CC2AD (or 0x1CC2AD) is known color: Light Sea Green. HEX triplet: 1C, C2 and AD. RGB value is (28,194,173). Sum of RGB (Red+Green+Blue) = 28+194+173=395 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.09% from 395); Green value is 194 (76.17% from 255 or 49.11% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC2AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC2AD is #E33D52. Grayscale: #8D8D8D. Windows color (decimal): -14892371 or 11387420. OLE color: 11387420.

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

Color convert

RGB 28 194 173 -
CMYK 0.86 0 0.11 0.24
HSL 172.41º 0.75% 0.44% -
HSV(B) 172.41º 0.86% 0.76% -
XYZ 27.31 41.85 46.17 -
YUV 141.97 145.5 46.71 -
System Red Green Blue C M Y K H S L
Decimal 28 194 173 0.86 0 0.11 0.24 172.41 0.75 0.44
Hex 1C C2 AD 56 0 B 18 AC 4B 2C
Octal 34 302 255 126 0 13 30 254 113 54
Binary 11100 11000010 10101101 1010110 0 1011 11000 10101100 1001011 101100

Color Harmonies of #1CC2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC2AD

Black with #1CC2AD

Text Example


Text Example

White with #1CC2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,194,173); }

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

background-color css

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

 a { background-color: rgb(28,194,173); }

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

border-color css

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

 span { border-color: rgb(28,194,173); }

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