Html Css Color HEX #1FBEA1 Light Sea Green

📋 copy color: '#1FBEA1'

red 31 ◦ green 190 ◦ blue 161

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

Shades of Light Sea Green #1FBEA1

Tints of Light Sea Green #1FBEA1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 49.74%

 BLUE value IS 161 (63.28% from 255) = 42.15%

R = 8.12%
G = 49.74%
B = 42.15%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#1FBEA1 (or 0x1FBEA1) is known color: Light Sea Green. HEX triplet: 1F, BE and A1. RGB value is (31,190,161). Sum of RGB (Red+Green+Blue) = 31+190+161=382 (50% of max value = 765). Red value is 31 (12.5% from 255 or 8.12% from 382); Green value is 190 (74.61% from 255 or 49.74% from 382); Blue value is 161 (63.28% from 255 or 42.15% from 382); Max value from RGB is 190 - color contains mainly: green. Hex color #1FBEA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FBEA1 is #E0415E. Grayscale: #8B8B8B. Windows color (decimal): -14696799 or 10599967. OLE color: 10599967.

HSL color Cylindrical-coordinate representation of color #1FBEA1: hue angle of 169.06º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBEA1 is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 31 190 161 -
CMYK 0.84 0 0.15 0.25
HSL 169.06º 0.72% 0.43% -
HSV(B) 169.06º 0.84% 0.75% -
XYZ 25.41 39.69 40.04 -
YUV 139.15 140.32 50.86 -
System Red Green Blue C M Y K H S L
Decimal 31 190 161 0.84 0 0.15 0.25 169.06 0.72 0.43
Hex 1F BE A1 54 0 F 19 A9 48 2B
Octal 37 276 241 124 0 17 31 251 110 53
Binary 11111 10111110 10100001 1010100 0 1111 11001 10101001 1001000 101011

Color Harmonies of #1FBEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBEA1

Black with #1FBEA1

Text Example


Text Example

White with #1FBEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,190,161); }

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

background-color css

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

 a { background-color: rgb(31,190,161); }

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

border-color css

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

 span { border-color: rgb(31,190,161); }

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