Html Css Color HEX #1DAEA5 Light Sea Green

📋 copy color: '#1DAEA5'

red 29 ◦ green 174 ◦ blue 165

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

Shades of Light Sea Green #1DAEA5

Tints of Light Sea Green #1DAEA5

RGB

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

 GREEN value IS 174 (68.36% from 255) = 47.28%

 BLUE value IS 165 (64.84% from 255) = 44.84%

R = 7.88%
G = 47.28%
B = 44.84%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#1DAEA5 (or 0x1DAEA5) is known color: Light Sea Green. HEX triplet: 1D, AE and A5. RGB value is (29,174,165). Sum of RGB (Red+Green+Blue) = 29+174+165=368 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.88% from 368); Green value is 174 (68.36% from 255 or 47.28% from 368); Blue value is 165 (64.84% from 255 or 44.84% from 368); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAEA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAEA5 is #E2515A. Grayscale: #818181. Windows color (decimal): -14831963 or 10858013. OLE color: 10858013.

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

Color convert

RGB 29 174 165 -
CMYK 0.83 0 0.05 0.32
HSL 176.28º 0.71% 0.4% -
HSV(B) 176.28º 0.83% 0.68% -
XYZ 22.43 33.25 40.83 -
YUV 129.62 147.96 56.23 -
System Red Green Blue C M Y K H S L
Decimal 29 174 165 0.83 0 0.05 0.32 176.28 0.71 0.4
Hex 1D AE A5 53 0 5 20 B0 47 28
Octal 35 256 245 123 0 5 40 260 107 50
Binary 11101 10101110 10100101 1010011 0 101 100000 10110000 1000111 101000

Color Harmonies of #1DAEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAEA5

Black with #1DAEA5

Text Example


Text Example

White with #1DAEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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