Html Css Color HEX #1DABAE Light Sea Green

📋 copy color: '#1DABAE'

red 29 ◦ green 171 ◦ blue 174

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

Shades of Light Sea Green #1DABAE

Tints of Light Sea Green #1DABAE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.72%

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

R = 7.75%
G = 45.72%
B = 46.52%

CMYK

 C value IS 0.83

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1DABAE (or 0x1DABAE) is known color: Light Sea Green. HEX triplet: 1D, AB and AE. RGB value is (29,171,174). Sum of RGB (Red+Green+Blue) = 29+171+174=374 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.75% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #1DABAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DABAE is #E25451. Grayscale: #808080. Windows color (decimal): -14832722 or 11447069. OLE color: 11447069.

HSL color Cylindrical-coordinate representation of color #1DABAE: hue angle of 181.24º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1DABAE is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 29 171 174 -
CMYK 0.83 0.02 0 0.32
HSL 181.24º 0.71% 0.4% -
HSV(B) 181.24º 0.83% 0.68% -
XYZ 22.71 32.44 45.11 -
YUV 128.88 153.46 56.76 -
System Red Green Blue C M Y K H S L
Decimal 29 171 174 0.83 0.02 0 0.32 181.24 0.71 0.4
Hex 1D AB AE 53 2 0 20 B5 47 28
Octal 35 253 256 123 2 0 40 265 107 50
Binary 11101 10101011 10101110 1010011 10 0 100000 10110101 1000111 101000

Color Harmonies of #1DABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DABAE

Black with #1DABAE

Text Example


Text Example

White with #1DABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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