Html Css Color HEX #1DADBA Light Sea Green

📋 copy color: '#1DADBA'

red 29 ◦ green 173 ◦ blue 186

#1DADBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #1DADBA

Tints of Light Sea Green #1DADBA

RGB

 RED value IS 29 (11.72% from 255) = 7.47%

 GREEN value IS 173 (67.97% from 255) = 44.59%

 BLUE value IS 186 (73.05% from 255) = 47.94%

R = 7.47%
G = 44.59%
B = 47.94%

CMYK

 C value IS 0.84

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1DADBA (or 0x1DADBA) is known color: Light Sea Green. HEX triplet: 1D, AD and BA. RGB value is (29,173,186). Sum of RGB (Red+Green+Blue) = 29+173+186=388 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.47% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #1DADBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DADBA is #E25245. Grayscale: #838383. Windows color (decimal): -14832198 or 12234013. OLE color: 12234013.

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

Color convert

RGB 29 173 186 -
CMYK 0.84 0.07 0 0.27
HSL 184.97º 0.73% 0.42% -
HSV(B) 184.97º 0.84% 0.73% -
XYZ 24.31 33.69 51.68 -
YUV 131.43 158.79 54.94 -
System Red Green Blue C M Y K H S L
Decimal 29 173 186 0.84 0.07 0 0.27 184.97 0.73 0.42
Hex 1D AD BA 54 7 0 1B B9 49 2A
Octal 35 255 272 124 7 0 33 271 111 52
Binary 11101 10101101 10111010 1010100 111 0 11011 10111001 1001001 101010

Color Harmonies of #1DADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DADBA

Black with #1DADBA

Text Example


Text Example

White with #1DADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DADBA;
 }
 .AnyTagClassName
 {
   color: #1DADBA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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