Html Css Color HEX #1FAEA8 Light Sea Green

📋 copy color: '#1FAEA8'

red 31 ◦ green 174 ◦ blue 168

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

Shades of Light Sea Green #1FAEA8

Tints of Light Sea Green #1FAEA8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.65%

 BLUE value IS 168 (66.02% from 255) = 45.04%

R = 8.31%
G = 46.65%
B = 45.04%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#1FAEA8 (or 0x1FAEA8) is known color: Light Sea Green. HEX triplet: 1F, AE and A8. RGB value is (31,174,168). Sum of RGB (Red+Green+Blue) = 31+174+168=373 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.31% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 168 (66.02% from 255 or 45.04% from 373); Max value from RGB is 174 - color contains mainly: green. Hex color #1FAEA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAEA8 is #E05157. Grayscale: #828282. Windows color (decimal): -14700888 or 11054623. OLE color: 11054623.

HSL color Cylindrical-coordinate representation of color #1FAEA8: hue angle of 177.48º 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 #1FAEA8 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.32.

Color convert

RGB 31 174 168 -
CMYK 0.82 0 0.03 0.32
HSL 177.48º 0.7% 0.4% -
HSV(B) 177.48º 0.82% 0.68% -
XYZ 22.77 33.39 42.29 -
YUV 130.56 149.12 56.99 -
System Red Green Blue C M Y K H S L
Decimal 31 174 168 0.82 0 0.03 0.32 177.48 0.7 0.4
Hex 1F AE A8 52 0 3 20 B1 46 28
Octal 37 256 250 122 0 3 40 261 106 50
Binary 11111 10101110 10101000 1010010 0 11 100000 10110001 1000110 101000

Color Harmonies of #1FAEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAEA8

Black with #1FAEA8

Text Example


Text Example

White with #1FAEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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