Html Css Color HEX #1CC5A5 Light Sea Green

📋 copy color: '#1CC5A5'

red 28 ◦ green 197 ◦ blue 165

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

Shades of Light Sea Green #1CC5A5

Tints of Light Sea Green #1CC5A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.31%

R = 7.18%
G = 50.51%
B = 42.31%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#1CC5A5 (or 0x1CC5A5) is known color: Light Sea Green. HEX triplet: 1C, C5 and A5. RGB value is (28,197,165). Sum of RGB (Red+Green+Blue) = 28+197+165=390 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.18% from 390); Green value is 197 (77.34% from 255 or 50.51% from 390); Blue value is 165 (64.84% from 255 or 42.31% from 390); Max value from RGB is 197 - color contains mainly: green. Hex color #1CC5A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC5A5 is #E33A5A. Grayscale: #8E8E8E. Windows color (decimal): -14891611 or 10863900. OLE color: 10863900.

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

Color convert

RGB 28 197 165 -
CMYK 0.86 0 0.16 0.23
HSL 168.64º 0.75% 0.44% -
HSV(B) 168.64º 0.86% 0.77% -
XYZ 27.24 42.9 42.44 -
YUV 142.82 140.51 46.1 -
System Red Green Blue C M Y K H S L
Decimal 28 197 165 0.86 0 0.16 0.23 168.64 0.75 0.44
Hex 1C C5 A5 56 0 10 17 A9 4B 2C
Octal 34 305 245 126 0 20 27 251 113 54
Binary 11100 11000101 10100101 1010110 0 10000 10111 10101001 1001011 101100

Color Harmonies of #1CC5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC5A5

Black with #1CC5A5

Text Example


Text Example

White with #1CC5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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