Html Css Color HEX #1FCAB9 Light Sea Green

📋 copy color: '#1FCAB9'

red 31 ◦ green 202 ◦ blue 185

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

Shades of Light Sea Green #1FCAB9

Tints of Light Sea Green #1FCAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.26%

R = 7.42%
G = 48.33%
B = 44.26%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#1FCAB9 (or 0x1FCAB9) is known color: Light Sea Green. HEX triplet: 1F, CA and B9. RGB value is (31,202,185). Sum of RGB (Red+Green+Blue) = 31+202+185=418 (55% of max value = 765). Red value is 31 (12.5% from 255 or 7.42% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #1FCAB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCAB9 is #E03546. Grayscale: #949494. Windows color (decimal): -14693703 or 12175903. OLE color: 12175903.

HSL color Cylindrical-coordinate representation of color #1FCAB9: hue angle of 174.04º 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 #1FCAB9 is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 31 202 185 -
CMYK 0.85 0 0.08 0.21
HSL 174.04º 0.73% 0.46% -
HSV(B) 174.04º 0.85% 0.79% -
XYZ 30.44 46.04 53.18 -
YUV 148.93 148.35 43.88 -
System Red Green Blue C M Y K H S L
Decimal 31 202 185 0.85 0 0.08 0.21 174.04 0.73 0.46
Hex 1F CA B9 55 0 8 15 AE 49 2E
Octal 37 312 271 125 0 10 25 256 111 56
Binary 11111 11001010 10111001 1010101 0 1000 10101 10101110 1001001 101110

Color Harmonies of #1FCAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FCAB9

Black with #1FCAB9

Text Example


Text Example

White with #1FCAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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