Html Css Color HEX #1FCAAE Light Sea Green

📋 copy color: '#1FCAAE'

red 31 ◦ green 202 ◦ blue 174

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

Shades of Light Sea Green #1FCAAE

Tints of Light Sea Green #1FCAAE

RGB

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

 GREEN value IS 202 (79.3% from 255) = 49.63%

 BLUE value IS 174 (68.36% from 255) = 42.75%

R = 7.62%
G = 49.63%
B = 42.75%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#1FCAAE (or 0x1FCAAE) is known color: Light Sea Green. HEX triplet: 1F, CA and AE. RGB value is (31,202,174). Sum of RGB (Red+Green+Blue) = 31+202+174=407 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.62% from 407); Green value is 202 (79.30% from 255 or 49.63% from 407); Blue value is 174 (68.36% from 255 or 42.75% from 407); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCAAE is #E03551. Grayscale: #939393. Windows color (decimal): -14693714 or 11455007. OLE color: 11455007.

HSL color Cylindrical-coordinate representation of color #1FCAAE: hue angle of 170.18º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCAAE is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 31 202 174 -
CMYK 0.85 0 0.14 0.21
HSL 170.18º 0.73% 0.46% -
HSV(B) 170.18º 0.85% 0.79% -
XYZ 29.33 45.59 47.3 -
YUV 147.68 142.85 44.78 -
System Red Green Blue C M Y K H S L
Decimal 31 202 174 0.85 0 0.14 0.21 170.18 0.73 0.46
Hex 1F CA AE 55 0 E 15 AA 49 2E
Octal 37 312 256 125 0 16 25 252 111 56
Binary 11111 11001010 10101110 1010101 0 1110 10101 10101010 1001001 101110

Color Harmonies of #1FCAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCAAE

Black with #1FCAAE

Text Example


Text Example

White with #1FCAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,202,174); }

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

background-color css

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

 a { background-color: rgb(31,202,174); }

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

border-color css

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

 span { border-color: rgb(31,202,174); }

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