Html Css Color HEX #1DBAAE Light Sea Green

📋 copy color: '#1DBAAE'

red 29 ◦ green 186 ◦ blue 174

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

Shades of Light Sea Green #1DBAAE

Tints of Light Sea Green #1DBAAE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 47.81%

 BLUE value IS 174 (68.36% from 255) = 44.73%

R = 7.46%
G = 47.81%
B = 44.73%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#1DBAAE (or 0x1DBAAE) is known color: Light Sea Green. HEX triplet: 1D, BA and AE. RGB value is (29,186,174). Sum of RGB (Red+Green+Blue) = 29+186+174=389 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.46% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #1DBAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DBAAE is #E24551. Grayscale: #898989. Windows color (decimal): -14828882 or 11450909. OLE color: 11450909.

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

Color convert

RGB 29 186 174 -
CMYK 0.84 0 0.06 0.27
HSL 175.41º 0.73% 0.42% -
HSV(B) 175.41º 0.84% 0.73% -
XYZ 25.71 38.44 46.11 -
YUV 137.69 148.49 50.48 -
System Red Green Blue C M Y K H S L
Decimal 29 186 174 0.84 0 0.06 0.27 175.41 0.73 0.42
Hex 1D BA AE 54 0 6 1B AF 49 2A
Octal 35 272 256 124 0 6 33 257 111 52
Binary 11101 10111010 10101110 1010100 0 110 11011 10101111 1001001 101010

Color Harmonies of #1DBAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DBAAE

Black with #1DBAAE

Text Example


Text Example

White with #1DBAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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