Html Css Color HEX #1CC1AE Light Sea Green

📋 copy color: '#1CC1AE'

red 28 ◦ green 193 ◦ blue 174

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

Shades of Light Sea Green #1CC1AE

Tints of Light Sea Green #1CC1AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.05%

R = 7.09%
G = 48.86%
B = 44.05%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#1CC1AE (or 0x1CC1AE) is known color: Light Sea Green. HEX triplet: 1C, C1 and AE. RGB value is (28,193,174). Sum of RGB (Red+Green+Blue) = 28+193+174=395 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.09% from 395); Green value is 193 (75.78% from 255 or 48.86% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 193 - color contains mainly: green. Hex color #1CC1AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC1AE is #E33E51. Grayscale: #8D8D8D. Windows color (decimal): -14892626 or 11452700. OLE color: 11452700.

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

Color convert

RGB 28 193 174 -
CMYK 0.85 0 0.10 0.24
HSL 173.09º 0.75% 0.43% -
HSV(B) 173.09º 0.85% 0.76% -
XYZ 27.19 41.44 46.61 -
YUV 141.5 146.34 47.04 -
System Red Green Blue C M Y K H S L
Decimal 28 193 174 0.85 0 0.10 0.24 173.09 0.75 0.43
Hex 1C C1 AE 55 0 A 18 AD 4B 2B
Octal 34 301 256 125 0 12 30 255 113 53
Binary 11100 11000001 10101110 1010101 0 1010 11000 10101101 1001011 101011

Color Harmonies of #1CC1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC1AE

Black with #1CC1AE

Text Example


Text Example

White with #1CC1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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