#1FB9B3

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

Shades of Light Sea Green #1FB9B3

Tints of Light Sea Green #1FB9B3

Color information

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

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

Color convert

RGB31185179-
CMYK0.8300.030.27
HSL177.66º71.3%42.35%-
HSV(B)177.66º83.24%72.55%-
XYZ26.0538.2448.66-
YUV138.27150.9851.49-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal311851790.8300.030.27177.6671.342.35
Hex1FB9B353031Bb2472a
Octal37271263123033326210752
Binary111111011100110110011101001101111011101100101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FB9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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