#1CC7BD

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

Shades of Light Sea Green #1CC7BD

Tints of Light Sea Green #1CC7BD

Color information

#1CC7BD (or 0x1CC7BD) is unknown color: approx Light Sea Green. HEX triplet: 1C, C7 and BD. RGB value is (28,199,189). Sum of RGB (Red+Green+Blue) = 28+199+189=416 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.73% from 416); Green value is 199 (78.12% from 255 or 47.84% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 199 - color contains mainly: green. Hex color #1CC7BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CC7BD is #E33842. Grayscale: #929292. Windows color (decimal): -14891075 or 12437276. OLE color: 12437276.

HSL color Cylindrical-coordinate representation of color #1CC7BD: hue angle of 176.49º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC7BD is Cyan = 0.86, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB28199189-
CMYK0.8600.050.22
HSL176.49º75.33%44.51%-
HSV(B)176.49º85.93%78.04%-
XYZ30.0944.7755.2-
YUV146.73151.8543.31-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.73%
GREEN value IS 199 (78.12% from 255) = 47.84%
BLUE value IS 189 (74.22% from 255) = 45.43%
R=6.73%
G=47.84%
B=45.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal281991890.8600.050.22176.4975.3344.51
Hex1CC7BD560516b04b2d
Octal34307275126052626011355
Binary1110011000111101111011010110010110110101100001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CC7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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