#1DBAB0

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

Shades of Light Sea Green #1DBAB0

Tints of Light Sea Green #1DBAB0

Color information

#1DBAB0 (or 0x1DBAB0) is unknown color: approx Light Sea Green. HEX triplet: 1D, BA and B0. RGB value is (29,186,176). Sum of RGB (Red+Green+Blue) = 29+186+176=391 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.42% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 176 (69.14% from 255 or 45.01% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBAB0 is #E2454F. Grayscale: #898989. Windows color (decimal): -14828880 or 11581981. OLE color: 11581981.

HSL color Cylindrical-coordinate representation of color #1DBAB0: hue angle of 176.18º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DBAB0 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB29186176-
CMYK0.8400.050.27
HSL176.18º73.02%42.16%-
HSV(B)176.18º84.41%72.94%-
XYZ25.938.5147.14-
YUV137.92149.4950.31-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.42%
GREEN value IS 186 (73.05% from 255) = 47.57%
BLUE value IS 176 (69.14% from 255) = 45.01%
R=7.42%
G=47.57%
B=45.01%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal291861760.8400.050.27176.1873.0242.16
Hex1DBAB054051Bb0492a
Octal35272260124053326011152
Binary1110110111010101100001010100010111011101100001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DBAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,186,176); }

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

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

 a { background-color: rgb(29,186,176); }

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

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

 span { border-color: rgb(29,186,176); }

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