#1DBAA0

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

Shades of Light Sea Green #1DBAA0

Tints of Light Sea Green #1DBAA0

Color information

#1DBAA0 (or 0x1DBAA0) is unknown color: approx Light Sea Green. HEX triplet: 1D, BA and A0. RGB value is (29,186,160). Sum of RGB (Red+Green+Blue) = 29+186+160=375 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.73% from 375); Green value is 186 (73.05% from 255 or 49.6% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBAA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBAA0 is #E2455F. Grayscale: #888888. Windows color (decimal): -14828896 or 10533405. OLE color: 10533405.

HSL color Cylindrical-coordinate representation of color #1DBAA0: hue angle of 170.06º 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 #1DBAA0 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB29186160-
CMYK0.8400.140.27
HSL170.06º73.02%42.16%-
HSV(B)170.06º84.41%72.94%-
XYZ24.4137.9239.29-
YUV136.09141.4951.61-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.73%
GREEN value IS 186 (73.05% from 255) = 49.6%
BLUE value IS 160 (62.89% from 255) = 42.67%
R=7.73%
G=49.6%
B=42.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal291861600.8400.140.27170.0673.0242.16
Hex1DBAA0540E1Baa492a
Octal352722401240163325211152
Binary11101101110101010000010101000111011011101010101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DBAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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