#1FBABE

Color #1FBABE Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #1FBABE

Tints of Light Sea Green #1FBABE

Color information

#1FBABE (or 0x1FBABE) is unknown color: approx Light Sea Green. HEX triplet: 1F, BA and BE. RGB value is (31,186,190). Sum of RGB (Red+Green+Blue) = 31+186+190=407 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.62% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #1FBABE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBABE is #E04541. Grayscale: #8B8B8B. Windows color (decimal): -14697794 or 12499487. OLE color: 12499487.

HSL color Cylindrical-coordinate representation of color #1FBABE: hue angle of 181.51º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBABE is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB31186190-
CMYK0.840.0200.25
HSL181.51º71.95%43.33%-
HSV(B)181.51º83.68%74.51%-
XYZ27.4239.1354.82-
YUV140.11156.1550.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.62%
GREEN value IS 186 (73.05% from 255) = 45.70%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=7.62%
G=45.70%
B=46.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal311861900.840.0200.25181.5171.9543.33
Hex1FBABE542019b6482b
Octal37272276124203126611053
Binary111111011101010111110101010010011001101101101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FBABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1FBABE;
 }
 .AnyTagClassName
 {
   color: #1FBABE;
 }
</style>
background-color css

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

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

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

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

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

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