Html Css Color HEX #1CC5B2 Light Sea Green

📋 copy color: '#1CC5B2'

red 28 ◦ green 197 ◦ blue 178

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

Shades of Light Sea Green #1CC5B2

Tints of Light Sea Green #1CC5B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.17%

R = 6.95%
G = 48.88%
B = 44.17%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#1CC5B2 (or 0x1CC5B2) is known color: Light Sea Green. HEX triplet: 1C, C5 and B2. RGB value is (28,197,178). Sum of RGB (Red+Green+Blue) = 28+197+178=403 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.95% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #1CC5B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CC5B2 is #E33A4D. Grayscale: #909090. Windows color (decimal): -14891598 or 11715868. OLE color: 11715868.

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

Color convert

RGB 28 197 178 -
CMYK 0.86 0 0.10 0.23
HSL 173.25º 0.75% 0.44% -
HSV(B) 173.25º 0.86% 0.77% -
XYZ 28.48 43.39 48.99 -
YUV 144.3 147.01 45.04 -
System Red Green Blue C M Y K H S L
Decimal 28 197 178 0.86 0 0.10 0.23 173.25 0.75 0.44
Hex 1C C5 B2 56 0 A 17 AD 4B 2C
Octal 34 305 262 126 0 12 27 255 113 54
Binary 11100 11000101 10110010 1010110 0 1010 10111 10101101 1001011 101100

Color Harmonies of #1CC5B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC5B2

Black with #1CC5B2

Text Example


Text Example

White with #1CC5B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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