Html Css Color HEX #1FB2A1 Light Sea Green

📋 copy color: '#1FB2A1'

red 31 ◦ green 178 ◦ blue 161

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

Shades of Light Sea Green #1FB2A1

Tints of Light Sea Green #1FB2A1

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.11%

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

R = 8.38%
G = 48.11%
B = 43.51%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#1FB2A1 (or 0x1FB2A1) is known color: Light Sea Green. HEX triplet: 1F, B2 and A1. RGB value is (31,178,161). Sum of RGB (Red+Green+Blue) = 31+178+161=370 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.38% from 370); Green value is 178 (69.92% from 255 or 48.11% from 370); Blue value is 161 (63.28% from 255 or 43.51% from 370); Max value from RGB is 178 - color contains mainly: green. Hex color #1FB2A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FB2A1 is #E04D5E. Grayscale: #848484. Windows color (decimal): -14699871 or 10596895. OLE color: 10596895.

HSL color Cylindrical-coordinate representation of color #1FB2A1: hue angle of 173.06º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB2A1 is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 31 178 161 -
CMYK 0.83 0 0.10 0.30
HSL 173.06º 0.7% 0.41% -
HSV(B) 173.06º 0.83% 0.7% -
XYZ 22.92 34.71 39.21 -
YUV 132.11 144.3 55.88 -
System Red Green Blue C M Y K H S L
Decimal 31 178 161 0.83 0 0.10 0.30 173.06 0.7 0.41
Hex 1F B2 A1 53 0 A 1E AD 46 29
Octal 37 262 241 123 0 12 36 255 106 51
Binary 11111 10110010 10100001 1010011 0 1010 11110 10101101 1000110 101001

Color Harmonies of #1FB2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB2A1

Black with #1FB2A1

Text Example


Text Example

White with #1FB2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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