#1BBAB7

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

Shades of Light Sea Green #1BBAB7

Tints of Light Sea Green #1BBAB7

Color information

#1BBAB7 (or 0x1BBAB7) is unknown color: approx Light Sea Green. HEX triplet: 1B, BA and B7. RGB value is (27,186,183). Sum of RGB (Red+Green+Blue) = 27+186+183=396 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.82% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 183 (71.88% from 255 or 46.21% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #1BBAB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBAB7 is #E44548. Grayscale: #898989. Windows color (decimal): -14959945 or 12040731. OLE color: 12040731.

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

Color convert

RGB27186183-
CMYK0.8500.020.27
HSL178.87º74.65%41.76%-
HSV(B)178.87º85.48%72.94%-
XYZ26.5638.7750.88-
YUV138.12153.3248.74-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.82%
GREEN value IS 186 (73.05% from 255) = 46.97%
BLUE value IS 183 (71.88% from 255) = 46.21%
R=6.82%
G=46.97%
B=46.21%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal271861830.8500.020.27178.8774.6541.76
Hex1BBAB755021Bb34b2a
Octal33272267125023326311352
Binary110111011101010110111101010101011011101100111001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BBAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,186,183); }

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

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

 a { background-color: rgb(27,186,183); }

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

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

 span { border-color: rgb(27,186,183); }

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