#1FC1AF

Color #1FC1AF Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #1FC1AF

Tints of Light Sea Green #1FC1AF

Color information

#1FC1AF (or 0x1FC1AF) is unknown color: approx Light Sea Green. HEX triplet: 1F, C1 and AF. RGB value is (31,193,175). Sum of RGB (Red+Green+Blue) = 31+193+175=399 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.77% from 399); Green value is 193 (75.78% from 255 or 48.37% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 193 - color contains mainly: green. Hex color #1FC1AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC1AF is #E03E50. Grayscale: #8E8E8E. Windows color (decimal): -14696017 or 11518239. OLE color: 11518239.

HSL color Cylindrical-coordinate representation of color #1FC1AF: hue angle of 173.33º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC1AF is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB31193175-
CMYK0.8400.090.24
HSL173.33º72.32%43.92%-
HSV(B)173.33º83.94%75.69%-
XYZ27.3741.5347.13-
YUV142.51146.3348.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.77%
GREEN value IS 193 (75.78% from 255) = 48.37%
BLUE value IS 175 (68.75% from 255) = 43.86%
R=7.77%
G=48.37%
B=43.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal311931750.8400.090.24173.3372.3243.92
Hex1FC1AF540918ad482c
Octal373012571240113025511054
Binary11111110000011010111110101000100111000101011011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,193,175); }

 H1.HeaderClassName
 {
   color: #1FC1AF;
 }
 .AnyTagClassName
 {
   color: #1FC1AF;
 }
</style>
background-color css

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

 a { background-color: rgb(31,193,175); }

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

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

 span { border-color: rgb(31,193,175); }

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