#1DAEBA

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

Shades of Light Sea Green #1DAEBA

Tints of Light Sea Green #1DAEBA

Color information

#1DAEBA (or 0x1DAEBA) is unknown color: approx Light Sea Green. HEX triplet: 1D, AE and BA. RGB value is (29,174,186). Sum of RGB (Red+Green+Blue) = 29+174+186=389 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.46% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #1DAEBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAEBA is #E25145. Grayscale: #838383. Windows color (decimal): -14831942 or 12234269. OLE color: 12234269.

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

Color convert

RGB29174186-
CMYK0.840.0600.27
HSL184.59º73.02%42.16%-
HSV(B)184.59º84.41%72.94%-
XYZ24.5134.0851.74-
YUV132.01158.4654.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.46%
GREEN value IS 174 (68.36% from 255) = 44.73%
BLUE value IS 186 (73.05% from 255) = 47.81%
R=7.46%
G=44.73%
B=47.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal291741860.840.0600.27184.5973.0242.16
Hex1DAEBA54601Bb9492a
Octal35256272124603327111152
Binary1110110101110101110101010100110011011101110011001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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