Html Css Color HEX #1FB4AF Light Sea Green

📋 copy color: '#1FB4AF'

red 31 ◦ green 180 ◦ blue 175

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

Shades of Light Sea Green #1FB4AF

Tints of Light Sea Green #1FB4AF

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.63%

 BLUE value IS 175 (68.75% from 255) = 45.34%

R = 8.03%
G = 46.63%
B = 45.34%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#1FB4AF (or 0x1FB4AF) is known color: Light Sea Green. HEX triplet: 1F, B4 and AF. RGB value is (31,180,175). Sum of RGB (Red+Green+Blue) = 31+180+175=386 (51% of max value = 765). Red value is 31 (12.5% from 255 or 8.03% from 386); Green value is 180 (70.70% from 255 or 46.63% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 180 - color contains mainly: green. Hex color #1FB4AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FB4AF is #E04B50. Grayscale: #868686. Windows color (decimal): -14699345 or 11514911. OLE color: 11514911.

HSL color Cylindrical-coordinate representation of color #1FB4AF: hue angle of 177.99º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB4AF is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB 31 180 175 -
CMYK 0.83 0 0.03 0.29
HSL 177.99º 0.71% 0.41% -
HSV(B) 177.99º 0.83% 0.71% -
XYZ 24.62 36.03 46.21 -
YUV 134.88 150.64 53.91 -
System Red Green Blue C M Y K H S L
Decimal 31 180 175 0.83 0 0.03 0.29 177.99 0.71 0.41
Hex 1F B4 AF 53 0 3 1D B2 47 29
Octal 37 264 257 123 0 3 35 262 107 51
Binary 11111 10110100 10101111 1010011 0 11 11101 10110010 1000111 101001

Color Harmonies of #1FB4AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB4AF

Black with #1FB4AF

Text Example


Text Example

White with #1FB4AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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