Html Css Color HEX #1FCCAA Light Sea Green

📋 copy color: '#1FCCAA'

red 31 ◦ green 204 ◦ blue 170

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

Shades of Light Sea Green #1FCCAA

Tints of Light Sea Green #1FCCAA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 50.37%

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

R = 7.65%
G = 50.37%
B = 41.98%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#1FCCAA (or 0x1FCCAA) is known color: Light Sea Green. HEX triplet: 1F, CC and AA. RGB value is (31,204,170). Sum of RGB (Red+Green+Blue) = 31+204+170=405 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.65% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCCAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCCAA is #E03355. Grayscale: #949494. Windows color (decimal): -14693206 or 11193375. OLE color: 11193375.

HSL color Cylindrical-coordinate representation of color #1FCCAA: hue angle of 168.21º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCCAA is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 31 204 170 -
CMYK 0.85 0 0.17 0.2
HSL 168.21º 0.74% 0.46% -
HSV(B) 168.21º 0.85% 0.8% -
XYZ 29.41 46.38 45.43 -
YUV 148.4 140.19 44.26 -
System Red Green Blue C M Y K H S L
Decimal 31 204 170 0.85 0 0.17 0.2 168.21 0.74 0.46
Hex 1F CC AA 55 0 11 14 A8 4A 2E
Octal 37 314 252 125 0 21 24 250 112 56
Binary 11111 11001100 10101010 1010101 0 10001 10100 10101000 1001010 101110

Color Harmonies of #1FCCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCCAA

Black with #1FCCAA

Text Example


Text Example

White with #1FCCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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