#1DBBAE

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

Shades of Light Sea Green #1DBBAE

Tints of Light Sea Green #1DBBAE

Color information

#1DBBAE (or 0x1DBBAE) is unknown color: approx Light Sea Green. HEX triplet: 1D, BB and AE. RGB value is (29,187,174). Sum of RGB (Red+Green+Blue) = 29+187+174=390 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.44% from 390); Green value is 187 (73.44% from 255 or 47.95% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 187 - color contains mainly: green. Hex color #1DBBAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBBAE is #E24451. Grayscale: #8A8A8A. Windows color (decimal): -14828626 or 11451165. OLE color: 11451165.

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

Color convert

RGB29187174-
CMYK0.8400.070.27
HSL175.06º73.15%42.35%-
HSV(B)175.06º84.49%73.33%-
XYZ25.9238.8646.18-
YUV138.28148.1550.06-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.44%
GREEN value IS 187 (73.44% from 255) = 47.95%
BLUE value IS 174 (68.36% from 255) = 44.62%
R=7.44%
G=47.95%
B=44.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal291871740.8400.070.27175.0673.1542.35
Hex1DBBAE54071Baf492a
Octal35273256124073325711152
Binary1110110111011101011101010100011111011101011111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DBBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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