#1BC3B9

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

Shades of Light Sea Green #1BC3B9

Tints of Light Sea Green #1BC3B9

Color information

#1BC3B9 (or 0x1BC3B9) is unknown color: approx Light Sea Green. HEX triplet: 1B, C3 and B9. RGB value is (27,195,185). Sum of RGB (Red+Green+Blue) = 27+195+185=407 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.63% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 185 (72.66% from 255 or 45.45% from 407); Max value from RGB is 195 - color contains mainly: green. Hex color #1BC3B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BC3B9 is #E43C46. Grayscale: #8F8F8F. Windows color (decimal): -14957639 or 12174107. OLE color: 12174107.

HSL color Cylindrical-coordinate representation of color #1BC3B9: hue angle of 176.43º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC3B9 is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB27195185-
CMYK0.8600.050.24
HSL176.43º75.68%43.53%-
HSV(B)176.43º86.15%76.47%-
XYZ28.7242.7752.64-
YUV143.63151.3444.81-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.63%
GREEN value IS 195 (76.56% from 255) = 47.91%
BLUE value IS 185 (72.66% from 255) = 45.45%
R=6.63%
G=47.91%
B=45.45%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal271951850.8600.050.24176.4375.6843.53
Hex1BC3B9560518b04c2c
Octal33303271126053026011454
Binary1101111000011101110011010110010111000101100001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC3B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,195,185); }

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

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

 a { background-color: rgb(27,195,185); }

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

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

 span { border-color: rgb(27,195,185); }

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