#1BC0BB

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

Shades of Light Sea Green #1BC0BB

Tints of Light Sea Green #1BC0BB

Color information

#1BC0BB (or 0x1BC0BB) is unknown color: approx Light Sea Green. HEX triplet: 1B, C0 and BB. RGB value is (27,192,187). Sum of RGB (Red+Green+Blue) = 27+192+187=406 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.65% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #1BC0BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BC0BB is #E43F44. Grayscale: #8D8D8D. Windows color (decimal): -14958405 or 12304411. OLE color: 12304411.

HSL color Cylindrical-coordinate representation of color #1BC0BB: hue angle of 178.18º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC0BB is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB27192187-
CMYK0.8600.030.25
HSL178.18º75.34%42.94%-
HSV(B)178.18º85.94%75.29%-
XYZ28.2741.5253.54-
YUV142.1153.3445.91-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.65%
GREEN value IS 192 (75.39% from 255) = 47.29%
BLUE value IS 187 (73.44% from 255) = 46.06%
R=6.65%
G=47.29%
B=46.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal271921870.8600.030.25178.1875.3442.94
Hex1BC0BB560319b24b2b
Octal33300273126033126211353
Binary110111100000010111011101011001111001101100101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,192,187); }

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

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

 a { background-color: rgb(27,192,187); }

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

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

 span { border-color: rgb(27,192,187); }

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