Html Css Color HEX #1CF2AC Medium Spring Green

📋 copy color: '#1CF2AC'

red 28 ◦ green 242 ◦ blue 172

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

Shades of Medium Spring Green #1CF2AC

Tints of Medium Spring Green #1CF2AC

RGB

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

 GREEN value IS 242 (94.92% from 255) = 54.75%

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

R = 6.33%
G = 54.75%
B = 38.91%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#1CF2AC (or 0x1CF2AC) is known color: Medium Spring Green. HEX triplet: 1C, F2 and AC. RGB value is (28,242,172). Sum of RGB (Red+Green+Blue) = 28+242+172=442 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.33% from 442); Green value is 242 (94.92% from 255 or 54.75% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 242 - color contains mainly: green. Hex color #1CF2AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1CF2AC is #E30D53. Grayscale: #AAAAAA. Windows color (decimal): -14880084 or 11334172. OLE color: 11334172.

HSL color Cylindrical-coordinate representation of color #1CF2AC: hue angle of 160.37º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CF2AC is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 28 242 172 -
CMYK 0.88 0 0.29 0.05
HSL 160.37º 0.89% 0.53% -
HSV(B) 160.37º 0.88% 0.95% -
XYZ 39.68 66.73 49.82 -
YUV 170.03 129.1 26.69 -
System Red Green Blue C M Y K H S L
Decimal 28 242 172 0.88 0 0.29 0.05 160.37 0.89 0.53
Hex 1C F2 AC 58 0 1D 5 A0 59 35
Octal 34 362 254 130 0 35 5 240 131 65
Binary 11100 11110010 10101100 1011000 0 11101 101 10100000 1011001 110101

Color Harmonies of #1CF2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF2AC

Black with #1CF2AC

Text Example


Text Example

White with #1CF2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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