Html Css Color HEX #1FBAA0 Light Sea Green

📋 copy color: '#1FBAA0'

red 31 ◦ green 186 ◦ blue 160

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

Shades of Light Sea Green #1FBAA0

Tints of Light Sea Green #1FBAA0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.34%

 BLUE value IS 160 (62.89% from 255) = 42.44%

R = 8.22%
G = 49.34%
B = 42.44%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#1FBAA0 (or 0x1FBAA0) is known color: Light Sea Green. HEX triplet: 1F, BA and A0. RGB value is (31,186,160). Sum of RGB (Red+Green+Blue) = 31+186+160=377 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.22% from 377); Green value is 186 (73.05% from 255 or 49.34% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 186 - color contains mainly: green. Hex color #1FBAA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FBAA0 is #E0455F. Grayscale: #888888. Windows color (decimal): -14697824 or 10533407. OLE color: 10533407.

HSL color Cylindrical-coordinate representation of color #1FBAA0: hue angle of 169.94º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FBAA0 is Cyan = 0.83, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 31 186 160 -
CMYK 0.83 0 0.14 0.27
HSL 169.94º 0.71% 0.43% -
HSV(B) 169.94º 0.83% 0.73% -
XYZ 24.47 37.95 39.29 -
YUV 136.69 141.15 52.61 -
System Red Green Blue C M Y K H S L
Decimal 31 186 160 0.83 0 0.14 0.27 169.94 0.71 0.43
Hex 1F BA A0 53 0 E 1B AA 47 2B
Octal 37 272 240 123 0 16 33 252 107 53
Binary 11111 10111010 10100000 1010011 0 1110 11011 10101010 1000111 101011

Color Harmonies of #1FBAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FBAA0

Black with #1FBAA0

Text Example


Text Example

White with #1FBAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,186,160); }

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

background-color css

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

 a { background-color: rgb(31,186,160); }

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

border-color css

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

 span { border-color: rgb(31,186,160); }

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