Html Css Color HEX #1FABA6 Light Sea Green

📋 copy color: '#1FABA6'

red 31 ◦ green 171 ◦ blue 166

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

Shades of Light Sea Green #1FABA6

Tints of Light Sea Green #1FABA6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 46.47%

 BLUE value IS 166 (65.23% from 255) = 45.11%

R = 8.42%
G = 46.47%
B = 45.11%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.33

RGB Variations

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

Color information

#1FABA6 (or 0x1FABA6) is known color: Light Sea Green. HEX triplet: 1F, AB and A6. RGB value is (31,171,166). Sum of RGB (Red+Green+Blue) = 31+171+166=368 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.42% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 166 (65.23% from 255 or 45.11% from 368); Max value from RGB is 171 - color contains mainly: green. Hex color #1FABA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FABA6 is #E05459. Grayscale: #808080. Windows color (decimal): -14701658 or 10922783. OLE color: 10922783.

HSL color Cylindrical-coordinate representation of color #1FABA6: hue angle of 177.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FABA6 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 171 166 -
CMYK 0.82 0 0.03 0.33
HSL 177.86º 0.69% 0.4% -
HSV(B) 177.86º 0.82% 0.67% -
XYZ 22.01 32.17 41.13 -
YUV 128.57 149.12 58.41 -
System Red Green Blue C M Y K H S L
Decimal 31 171 166 0.82 0 0.03 0.33 177.86 0.69 0.4
Hex 1F AB A6 52 0 3 21 B2 45 28
Octal 37 253 246 122 0 3 41 262 105 50
Binary 11111 10101011 10100110 1010010 0 11 100001 10110010 1000101 101000

Color Harmonies of #1FABA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FABA6

Black with #1FABA6

Text Example


Text Example

White with #1FABA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,171,166); }

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

background-color css

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

 a { background-color: rgb(31,171,166); }

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

border-color css

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

 span { border-color: rgb(31,171,166); }

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