Html Css Color HEX #1FAFA4 Light Sea Green

📋 copy color: '#1FAFA4'

red 31 ◦ green 175 ◦ blue 164

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

Shades of Light Sea Green #1FAFA4

Tints of Light Sea Green #1FAFA4

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.3%

 BLUE value IS 164 (64.45% from 255) = 44.32%

R = 8.38%
G = 47.3%
B = 44.32%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#1FAFA4 (or 0x1FAFA4) is known color: Light Sea Green. HEX triplet: 1F, AF and A4. RGB value is (31,175,164). Sum of RGB (Red+Green+Blue) = 31+175+164=370 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.38% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 164 (64.45% from 255 or 44.32% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #1FAFA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FAFA4 is #E0505B. Grayscale: #828282. Windows color (decimal): -14700636 or 10792735. OLE color: 10792735.

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

Color convert

RGB 31 175 164 -
CMYK 0.82 0 0.06 0.31
HSL 175.42º 0.7% 0.4% -
HSV(B) 175.42º 0.82% 0.69% -
XYZ 22.6 33.63 40.42 -
YUV 130.69 146.79 56.89 -
System Red Green Blue C M Y K H S L
Decimal 31 175 164 0.82 0 0.06 0.31 175.42 0.7 0.4
Hex 1F AF A4 52 0 6 1F AF 46 28
Octal 37 257 244 122 0 6 37 257 106 50
Binary 11111 10101111 10100100 1010010 0 110 11111 10101111 1000110 101000

Color Harmonies of #1FAFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FAFA4

Black with #1FAFA4

Text Example


Text Example

White with #1FAFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,175,164); }

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

background-color css

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

 a { background-color: rgb(31,175,164); }

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

border-color css

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

 span { border-color: rgb(31,175,164); }

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