Html Css Color HEX #1CF0AF Medium Spring Green

📋 copy color: '#1CF0AF'

red 28 ◦ green 240 ◦ blue 175

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

Shades of Medium Spring Green #1CF0AF

Tints of Medium Spring Green #1CF0AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.5%

R = 6.32%
G = 54.18%
B = 39.5%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#1CF0AF (or 0x1CF0AF) is known color: Medium Spring Green. HEX triplet: 1C, F0 and AF. RGB value is (28,240,175). Sum of RGB (Red+Green+Blue) = 28+240+175=443 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.32% from 443); Green value is 240 (94.14% from 255 or 54.18% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 240 - color contains mainly: green. Hex color #1CF0AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1CF0AF is #E30F50. Grayscale: #A9A9A9. Windows color (decimal): -14880593 or 11530268. OLE color: 11530268.

HSL color Cylindrical-coordinate representation of color #1CF0AF: hue angle of 161.6º 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 #1CF0AF is Cyan = 0.88, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 28 240 175 -
CMYK 0.88 0 0.27 0.06
HSL 161.6º 0.88% 0.53% -
HSV(B) 161.6º 0.88% 0.94% -
XYZ 39.38 65.66 51.16 -
YUV 169.2 131.26 27.29 -
System Red Green Blue C M Y K H S L
Decimal 28 240 175 0.88 0 0.27 0.06 161.6 0.88 0.53
Hex 1C F0 AF 58 0 1B 6 A2 58 35
Octal 34 360 257 130 0 33 6 242 130 65
Binary 11100 11110000 10101111 1011000 0 11011 110 10100010 1011000 110101

Color Harmonies of #1CF0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CF0AF

Black with #1CF0AF

Text Example


Text Example

White with #1CF0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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