Html Css Color HEX #1CCCAC Light Sea Green

📋 copy color: '#1CCCAC'

red 28 ◦ green 204 ◦ blue 172

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

Shades of Light Sea Green #1CCCAC

Tints of Light Sea Green #1CCCAC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.5%

 BLUE value IS 172 (67.58% from 255) = 42.57%

R = 6.93%
G = 50.5%
B = 42.57%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#1CCCAC (or 0x1CCCAC) is known color: Light Sea Green. HEX triplet: 1C, CC and AC. RGB value is (28,204,172). Sum of RGB (Red+Green+Blue) = 28+204+172=404 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.93% from 404); Green value is 204 (80.08% from 255 or 50.50% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 204 - color contains mainly: green. Hex color #1CCCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CCCAC is #E33353. Grayscale: #939393. Windows color (decimal): -14889812 or 11324444. OLE color: 11324444.

HSL color Cylindrical-coordinate representation of color #1CCCAC: hue angle of 169.09º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCCAC is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 28 204 172 -
CMYK 0.86 0 0.16 0.2
HSL 169.09º 0.76% 0.45% -
HSV(B) 169.09º 0.86% 0.8% -
XYZ 29.52 46.41 46.43 -
YUV 147.73 141.69 42.6 -
System Red Green Blue C M Y K H S L
Decimal 28 204 172 0.86 0 0.16 0.2 169.09 0.76 0.45
Hex 1C CC AC 56 0 10 14 A9 4C 2D
Octal 34 314 254 126 0 20 24 251 114 55
Binary 11100 11001100 10101100 1010110 0 10000 10100 10101001 1001100 101101

Color Harmonies of #1CCCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CCCAC

Black with #1CCCAC

Text Example


Text Example

White with #1CCCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,204,172); }

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

background-color css

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

 a { background-color: rgb(28,204,172); }

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

border-color css

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

 span { border-color: rgb(28,204,172); }

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