#1CBCAB

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

Shades of Light Sea Green #1CBCAB

Tints of Light Sea Green #1CBCAB

Color information

#1CBCAB (or 0x1CBCAB) is unknown color: approx Light Sea Green. HEX triplet: 1C, BC and AB. RGB value is (28,188,171). Sum of RGB (Red+Green+Blue) = 28+188+171=387 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.24% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #1CBCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBCAB is #E34354. Grayscale: #8A8A8A. Windows color (decimal): -14893909 or 11254812. OLE color: 11254812.

HSL color Cylindrical-coordinate representation of color #1CBCAB: hue angle of 173.62º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBCAB is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB28188171-
CMYK0.8500.090.26
HSL173.62º74.07%42.35%-
HSV(B)173.62º85.11%73.73%-
XYZ25.8139.1544.73-
YUV138.22146.4949.38-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 7.24%
GREEN value IS 188 (73.83% from 255) = 48.58%
BLUE value IS 171 (67.19% from 255) = 44.19%
R=7.24%
G=48.58%
B=44.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal281881710.8500.090.26173.6274.0742.35
Hex1CBCAB55091Aae4a2a
Octal342742531250113225611252
Binary11100101111001010101110101010100111010101011101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,188,171); }

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

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

 a { background-color: rgb(28,188,171); }

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

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

 span { border-color: rgb(28,188,171); }

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