#1DB0BA

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

Shades of Light Sea Green #1DB0BA

Tints of Light Sea Green #1DB0BA

Color information

#1DB0BA (or 0x1DB0BA) is unknown color: approx Light Sea Green. HEX triplet: 1D, B0 and BA. RGB value is (29,176,186). Sum of RGB (Red+Green+Blue) = 29+176+186=391 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.42% from 391); Green value is 176 (69.14% from 255 or 45.01% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #1DB0BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DB0BA is #E24F45. Grayscale: #858585. Windows color (decimal): -14831430 or 12234781. OLE color: 12234781.

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

Color convert

RGB29176186-
CMYK0.840.0500.27
HSL183.82º73.02%42.16%-
HSV(B)183.82º84.41%72.94%-
XYZ24.8934.8651.87-
YUV133.19157.853.69-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal291761860.840.0500.27183.8273.0242.16
Hex1DB0BA54501Bb8492a
Octal35260272124503327011152
Binary1110110110000101110101010100101011011101110001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DB0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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