Html Css Color HEX #1CF0AC Medium Spring Green

📋 copy color: '#1CF0AC'

red 28 ◦ green 240 ◦ blue 172

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

Shades of Medium Spring Green #1CF0AC

Tints of Medium Spring Green #1CF0AC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 54.55%

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

R = 6.36%
G = 54.55%
B = 39.09%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#1CF0AC (or 0x1CF0AC) is known color: Medium Spring Green. HEX triplet: 1C, F0 and AC. RGB value is (28,240,172). Sum of RGB (Red+Green+Blue) = 28+240+172=440 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.36% from 440); Green value is 240 (94.14% from 255 or 54.55% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 240 - color contains mainly: green. Hex color #1CF0AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1CF0AC is #E30F53. Grayscale: #A8A8A8. Windows color (decimal): -14880596 or 11333660. OLE color: 11333660.

HSL color Cylindrical-coordinate representation of color #1CF0AC: hue angle of 160.75º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CF0AC is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 28 240 172 -
CMYK 0.88 0 0.28 0.06
HSL 160.75º 0.88% 0.53% -
HSV(B) 160.75º 0.88% 0.94% -
XYZ 39.09 65.55 49.62 -
YUV 168.86 129.76 27.53 -
System Red Green Blue C M Y K H S L
Decimal 28 240 172 0.88 0 0.28 0.06 160.75 0.88 0.53
Hex 1C F0 AC 58 0 1C 6 A1 58 35
Octal 34 360 254 130 0 34 6 241 130 65
Binary 11100 11110000 10101100 1011000 0 11100 110 10100001 1011000 110101

Color Harmonies of #1CF0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF0AC

Black with #1CF0AC

Text Example


Text Example

White with #1CF0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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