#1BC4B8

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

Shades of Light Sea Green #1BC4B8

Tints of Light Sea Green #1BC4B8

Color information

#1BC4B8 (or 0x1BC4B8) is unknown color: approx Light Sea Green. HEX triplet: 1B, C4 and B8. RGB value is (27,196,184). Sum of RGB (Red+Green+Blue) = 27+196+184=407 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.63% from 407); Green value is 196 (76.95% from 255 or 48.16% from 407); Blue value is 184 (72.27% from 255 or 45.21% from 407); Max value from RGB is 196 - color contains mainly: green. Hex color #1BC4B8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BC4B8 is #E43B47. Grayscale: #8F8F8F. Windows color (decimal): -14957384 or 12108827. OLE color: 12108827.

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

Color convert

RGB27196184-
CMYK0.8600.060.23
HSL175.74º75.78%43.73%-
HSV(B)175.74º86.22%76.86%-
XYZ28.8443.1752.16-
YUV144.1150.5144.48-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.63%
GREEN value IS 196 (76.95% from 255) = 48.16%
BLUE value IS 184 (72.27% from 255) = 45.21%
R=6.63%
G=48.16%
B=45.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal271961840.8600.060.23175.7475.7843.73
Hex1BC4B8560617b04c2c
Octal33304270126062726011454
Binary1101111000100101110001010110011010111101100001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BC4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,196,184); }

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

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

 a { background-color: rgb(27,196,184); }

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

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

 span { border-color: rgb(27,196,184); }

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