#1DAAB0

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

Shades of Light Sea Green #1DAAB0

Tints of Light Sea Green #1DAAB0

Color information

#1DAAB0 (or 0x1DAAB0) is unknown color: approx Light Sea Green. HEX triplet: 1D, AA and B0. RGB value is (29,170,176). Sum of RGB (Red+Green+Blue) = 29+170+176=375 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.73% from 375); Green value is 170 (66.80% from 255 or 45.33% from 375); Blue value is 176 (69.14% from 255 or 46.93% from 375); Max value from RGB is 176 - color contains mainly: blue. Hex color #1DAAB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAAB0 is #E2554F. Grayscale: #808080. Windows color (decimal): -14832976 or 11577885. OLE color: 11577885.

HSL color Cylindrical-coordinate representation of color #1DAAB0: hue angle of 182.45º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1DAAB0 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB29170176-
CMYK0.840.0300.31
HSL182.45º71.71%40.2%-
HSV(B)182.45º83.52%69.02%-
XYZ22.7232.1546.08-
YUV128.52154.7957.01-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.73%
GREEN value IS 170 (66.80% from 255) = 45.33%
BLUE value IS 176 (69.14% from 255) = 46.93%
R=7.73%
G=45.33%
B=46.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal291701760.840.0300.31182.4571.7140.2
Hex1DAAB054301Fb64828
Octal35252260124303726611050
Binary111011010101010110000101010011011111101101101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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