#1DA6A2

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

Shades of Light Sea Green #1DA6A2

Tints of Light Sea Green #1DA6A2

Color information

#1DA6A2 (or 0x1DA6A2) is unknown color: approx Light Sea Green. HEX triplet: 1D, A6 and A2. RGB value is (29,166,162). Sum of RGB (Red+Green+Blue) = 29+166+162=357 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.12% from 357); Green value is 166 (65.23% from 255 or 46.50% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 166 - color contains mainly: green. Hex color #1DA6A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DA6A2 is #E2595D. Grayscale: #7C7C7C. Windows color (decimal): -14834014 or 10659357. OLE color: 10659357.

HSL color Cylindrical-coordinate representation of color #1DA6A2: hue angle of 178.25º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DA6A2 is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB29166162-
CMYK0.8300.020.35
HSL178.25º70.26%38.24%-
HSV(B)178.25º82.53%65.1%-
XYZ20.6630.1438.91-
YUV124.58149.1159.83-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.12%
GREEN value IS 166 (65.23% from 255) = 46.50%
BLUE value IS 162 (63.67% from 255) = 45.38%
R=8.12%
G=46.50%
B=45.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal291661620.8300.020.35178.2570.2638.24
Hex1DA6A2530223b24626
Octal35246242123024326210646
Binary1110110100110101000101010011010100011101100101000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DA6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,166,162); }

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

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

 a { background-color: rgb(29,166,162); }

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

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

 span { border-color: rgb(29,166,162); }

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