Html Css Color HEX #1FC4AA Light Sea Green

📋 copy color: '#1FC4AA'

red 31 ◦ green 196 ◦ blue 170

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

Shades of Light Sea Green #1FC4AA

Tints of Light Sea Green #1FC4AA

RGB

 RED value IS 31 (12.5% from 255) = 7.81%

 GREEN value IS 196 (76.95% from 255) = 49.37%

 BLUE value IS 170 (66.8% from 255) = 42.82%

R = 7.81%
G = 49.37%
B = 42.82%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#1FC4AA (or 0x1FC4AA) is known color: Light Sea Green. HEX triplet: 1F, C4 and AA. RGB value is (31,196,170). Sum of RGB (Red+Green+Blue) = 31+196+170=397 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.81% from 397); Green value is 196 (76.95% from 255 or 49.37% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 196 - color contains mainly: green. Hex color #1FC4AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FC4AA is #E03B55. Grayscale: #8F8F8F. Windows color (decimal): -14695254 or 11191327. OLE color: 11191327.

HSL color Cylindrical-coordinate representation of color #1FC4AA: hue angle of 170.55º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC4AA is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 31 196 170 -
CMYK 0.84 0 0.13 0.23
HSL 170.55º 0.73% 0.45% -
HSV(B) 170.55º 0.84% 0.77% -
XYZ 27.56 42.67 44.81 -
YUV 143.7 142.84 47.61 -
System Red Green Blue C M Y K H S L
Decimal 31 196 170 0.84 0 0.13 0.23 170.55 0.73 0.45
Hex 1F C4 AA 54 0 D 17 AB 49 2D
Octal 37 304 252 124 0 15 27 253 111 55
Binary 11111 11000100 10101010 1010100 0 1101 10111 10101011 1001001 101101

Color Harmonies of #1FC4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC4AA

Black with #1FC4AA

Text Example


Text Example

White with #1FC4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,196,170); }

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

background-color css

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

 a { background-color: rgb(31,196,170); }

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

border-color css

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

 span { border-color: rgb(31,196,170); }

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