Html Css Color HEX #1FABAE Light Sea Green

📋 copy color: '#1FABAE'

red 31 ◦ green 171 ◦ blue 174

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

Shades of Light Sea Green #1FABAE

Tints of Light Sea Green #1FABAE

RGB

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

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

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

R = 8.24%
G = 45.48%
B = 46.28%

CMYK

 C value IS 0.82

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1FABAE (or 0x1FABAE) is known color: Light Sea Green. HEX triplet: 1F, AB and AE. RGB value is (31,171,174). Sum of RGB (Red+Green+Blue) = 31+171+174=376 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.24% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #1FABAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FABAE is #E05451. Grayscale: #818181. Windows color (decimal): -14701650 or 11447071. OLE color: 11447071.

HSL color Cylindrical-coordinate representation of color #1FABAE: hue angle of 181.26º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FABAE is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 31 171 174 -
CMYK 0.82 0.02 0 0.32
HSL 181.26º 0.7% 0.4% -
HSV(B) 181.26º 0.82% 0.68% -
XYZ 22.77 32.47 45.11 -
YUV 129.48 153.12 57.76 -
System Red Green Blue C M Y K H S L
Decimal 31 171 174 0.82 0.02 0 0.32 181.26 0.7 0.4
Hex 1F AB AE 52 2 0 20 B5 46 28
Octal 37 253 256 122 2 0 40 265 106 50
Binary 11111 10101011 10101110 1010010 10 0 100000 10110101 1000110 101000

Color Harmonies of #1FABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FABAE

Black with #1FABAE

Text Example


Text Example

White with #1FABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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