Html Css Color HEX #1FA6AE Light Sea Green

📋 copy color: '#1FA6AE'

red 31 ◦ green 166 ◦ blue 174

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

Shades of Light Sea Green #1FA6AE

Tints of Light Sea Green #1FA6AE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 44.74%

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

R = 8.36%
G = 44.74%
B = 46.9%

CMYK

 C value IS 0.82

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1FA6AE (or 0x1FA6AE) is known color: Light Sea Green. HEX triplet: 1F, A6 and AE. RGB value is (31,166,174). Sum of RGB (Red+Green+Blue) = 31+166+174=371 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.36% from 371); Green value is 166 (65.23% from 255 or 44.74% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #1FA6AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA6AE is #E05951. Grayscale: #7E7E7E. Windows color (decimal): -14702930 or 11445791. OLE color: 11445791.

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

Color convert

RGB 31 166 174 -
CMYK 0.82 0.05 0 0.32
HSL 183.36º 0.7% 0.4% -
HSV(B) 183.36º 0.82% 0.68% -
XYZ 21.84 30.62 44.8 -
YUV 126.55 154.77 59.85 -
System Red Green Blue C M Y K H S L
Decimal 31 166 174 0.82 0.05 0 0.32 183.36 0.7 0.4
Hex 1F A6 AE 52 5 0 20 B7 46 28
Octal 37 246 256 122 5 0 40 267 106 50
Binary 11111 10100110 10101110 1010010 101 0 100000 10110111 1000110 101000

Color Harmonies of #1FA6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FA6AE

Black with #1FA6AE

Text Example


Text Example

White with #1FA6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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