#1BCABB

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

Shades of Light Sea Green #1BCABB

Tints of Light Sea Green #1BCABB

Color information

#1BCABB (or 0x1BCABB) is unknown color: approx Light Sea Green. HEX triplet: 1B, CA and BB. RGB value is (27,202,187). Sum of RGB (Red+Green+Blue) = 27+202+187=416 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.49% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCABB is #E43544. Grayscale: #939393. Windows color (decimal): -14955845 or 12306971. OLE color: 12306971.

HSL color Cylindrical-coordinate representation of color #1BCABB: hue angle of 174.86º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCABB is Cyan = 0.87, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB27202187-
CMYK0.8700.070.21
HSL174.86º76.42%44.9%-
HSV(B)174.86º86.63%79.22%-
XYZ30.5446.0654.29-
YUV147.96150.0241.72-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.49%
GREEN value IS 202 (79.30% from 255) = 48.56%
BLUE value IS 187 (73.44% from 255) = 44.95%
R=6.49%
G=48.56%
B=44.95%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal272021870.8700.070.21174.8676.4244.9
Hex1BCABB570715af4c2d
Octal33312273127072525711455
Binary1101111001010101110111010111011110101101011111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BCABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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