#1FBCBD

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

Shades of Light Sea Green #1FBCBD

Tints of Light Sea Green #1FBCBD

Color information

#1FBCBD (or 0x1FBCBD) is unknown color: approx Light Sea Green. HEX triplet: 1F, BC and BD. RGB value is (31,188,189). Sum of RGB (Red+Green+Blue) = 31+188+189=408 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.60% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #1FBCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBCBD is #E04342. Grayscale: #8D8D8D. Windows color (decimal): -14697283 or 12434463. OLE color: 12434463.

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

Color convert

RGB31188189-
CMYK0.840.0100.26
HSL180.38º71.82%43.14%-
HSV(B)180.38º83.6%74.12%-
XYZ27.7339.9354.39-
YUV141.17154.9949.42-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 7.60%
GREEN value IS 188 (73.83% from 255) = 46.08%
BLUE value IS 189 (74.22% from 255) = 46.32%
R=7.60%
G=46.08%
B=46.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal311881890.840.0100.26180.3871.8243.14
Hex1FBCBD54101Ab4482b
Octal37274275124103226411053
Binary11111101111001011110110101001011010101101001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FBCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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