#1DC6A7

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

Shades of Light Sea Green #1DC6A7

Tints of Light Sea Green #1DC6A7

Color information

#1DC6A7 (or 0x1DC6A7) is unknown color: approx Light Sea Green. HEX triplet: 1D, C6 and A7. RGB value is (29,198,167). Sum of RGB (Red+Green+Blue) = 29+198+167=394 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.36% from 394); Green value is 198 (77.73% from 255 or 50.25% from 394); Blue value is 167 (65.62% from 255 or 42.39% from 394); Max value from RGB is 198 - color contains mainly: green. Hex color #1DC6A7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DC6A7 is #E23958. Grayscale: #8F8F8F. Windows color (decimal): -14825817 or 10995229. OLE color: 10995229.

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

Color convert

RGB29198167-
CMYK0.8500.160.22
HSL168.99º74.45%44.51%-
HSV(B)168.99º85.35%77.65%-
XYZ27.6843.4443.49-
YUV143.94141.0146.02-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.36%
GREEN value IS 198 (77.73% from 255) = 50.25%
BLUE value IS 167 (65.62% from 255) = 42.39%
R=7.36%
G=50.25%
B=42.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal291981670.8500.160.22168.9974.4544.51
Hex1DC6A75501016a94a2d
Octal353062471250202625111255
Binary111011100011010100111101010101000010110101010011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DC6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,198,167); }

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

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

 a { background-color: rgb(29,198,167); }

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

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

 span { border-color: rgb(29,198,167); }

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