#1FBABD

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

Shades of Light Sea Green #1FBABD

Tints of Light Sea Green #1FBABD

Color information

#1FBABD (or 0x1FBABD) is unknown color: approx Light Sea Green. HEX triplet: 1F, BA and BD. RGB value is (31,186,189). Sum of RGB (Red+Green+Blue) = 31+186+189=406 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.64% from 406); Green value is 186 (73.05% from 255 or 45.81% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #1FBABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBABD is #E04542. Grayscale: #8B8B8B. Windows color (decimal): -14697795 or 12433951. OLE color: 12433951.

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

Color convert

RGB31186189-
CMYK0.840.0200.26
HSL181.14º71.82%43.14%-
HSV(B)181.14º83.6%74.12%-
XYZ27.3139.0854.25-
YUV140155.6550.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.64%
GREEN value IS 186 (73.05% from 255) = 45.81%
BLUE value IS 189 (74.22% from 255) = 46.55%
R=7.64%
G=45.81%
B=46.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal311861890.840.0200.26181.1471.8243.14
Hex1FBABD54201Ab5482b
Octal37272275124203226511053
Binary111111011101010111101101010010011010101101011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FBABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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