#1DB3A7

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

Shades of Light Sea Green #1DB3A7

Tints of Light Sea Green #1DB3A7

Color information

#1DB3A7 (or 0x1DB3A7) is unknown color: approx Light Sea Green. HEX triplet: 1D, B3 and A7. RGB value is (29,179,167). Sum of RGB (Red+Green+Blue) = 29+179+167=375 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.73% from 375); Green value is 179 (70.31% from 255 or 47.73% from 375); Blue value is 167 (65.62% from 255 or 44.53% from 375); Max value from RGB is 179 - color contains mainly: green. Hex color #1DB3A7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DB3A7 is #E24C58. Grayscale: #848484. Windows color (decimal): -14830681 or 10990365. OLE color: 10990365.

HSL color Cylindrical-coordinate representation of color #1DB3A7: hue angle of 175.2º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DB3A7 is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB29179167-
CMYK0.8400.070.30
HSL175.2º72.12%40.78%-
HSV(B)175.2º83.8%70.2%-
XYZ23.635.2942.13-
YUV132.78147.353.98-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.73%
GREEN value IS 179 (70.31% from 255) = 47.73%
BLUE value IS 167 (65.62% from 255) = 44.53%
R=7.73%
G=47.73%
B=44.53%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal291791670.8400.070.30175.272.1240.78
Hex1DB3A754071Eaf4829
Octal35263247124073625711051
Binary1110110110011101001111010100011111110101011111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DB3A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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