#1FB3B9

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

Shades of Light Sea Green #1FB3B9

Tints of Light Sea Green #1FB3B9

Color information

#1FB3B9 (or 0x1FB3B9) is unknown color: approx Light Sea Green. HEX triplet: 1F, B3 and B9. RGB value is (31,179,185). Sum of RGB (Red+Green+Blue) = 31+179+185=395 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.85% from 395); Green value is 179 (70.31% from 255 or 45.32% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #1FB3B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB3B9 is #E04C46. Grayscale: #878787. Windows color (decimal): -14699591 or 12170015. OLE color: 12170015.

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

Color convert

RGB31179185-
CMYK0.830.0300.27
HSL182.34º71.3%42.35%-
HSV(B)182.34º83.24%72.55%-
XYZ25.4436.0351.51-
YUV135.43155.9753.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.85%
GREEN value IS 179 (70.31% from 255) = 45.32%
BLUE value IS 185 (72.66% from 255) = 46.84%
R=7.85%
G=45.32%
B=46.84%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal311791850.830.0300.27182.3471.342.35
Hex1FB3B953301Bb6472a
Octal37263271123303326610752
Binary111111011001110111001101001111011011101101101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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