#1FB9BE

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

Shades of Light Sea Green #1FB9BE

Tints of Light Sea Green #1FB9BE

Color information

#1FB9BE (or 0x1FB9BE) is unknown color: approx Light Sea Green. HEX triplet: 1F, B9 and BE. RGB value is (31,185,190). Sum of RGB (Red+Green+Blue) = 31+185+190=406 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.64% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #1FB9BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB9BE is #E04641. Grayscale: #8B8B8B. Windows color (decimal): -14698050 or 12499231. OLE color: 12499231.

HSL color Cylindrical-coordinate representation of color #1FB9BE: hue angle of 181.89º 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 #1FB9BE is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB31185190-
CMYK0.840.0300.25
HSL181.89º71.95%43.33%-
HSV(B)181.89º83.68%74.51%-
XYZ27.2138.7154.75-
YUV139.52156.4850.59-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.64%
GREEN value IS 185 (72.66% from 255) = 45.57%
BLUE value IS 190 (74.61% from 255) = 46.80%
R=7.64%
G=45.57%
B=46.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal311851900.840.0300.25181.8971.9543.33
Hex1FB9BE543019b6482b
Octal37271276124303126611053
Binary111111011100110111110101010011011001101101101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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