#1CBCBD

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

Shades of Light Sea Green #1CBCBD

Tints of Light Sea Green #1CBCBD

Color information

#1CBCBD (or 0x1CBCBD) is unknown color: approx Light Sea Green. HEX triplet: 1C, BC and BD. RGB value is (28,188,189). Sum of RGB (Red+Green+Blue) = 28+188+189=405 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.91% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #1CBCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBCBD is #E34342. Grayscale: #8C8C8C. Windows color (decimal): -14893891 or 12434460. OLE color: 12434460.

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

Color convert

RGB28188189-
CMYK0.850.0100.26
HSL180.37º74.19%42.55%-
HSV(B)180.37º85.19%74.12%-
XYZ27.6539.8954.39-
YUV140.27155.4947.92-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.91%
GREEN value IS 188 (73.83% from 255) = 46.42%
BLUE value IS 189 (74.22% from 255) = 46.67%
R=6.91%
G=46.42%
B=46.67%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal281881890.850.0100.26180.3774.1942.55
Hex1CBCBD55101Ab44a2b
Octal34274275125103226411253
Binary11100101111001011110110101011011010101101001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CBCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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