Html Css Color HEX #1DAEAA Light Sea Green

📋 copy color: '#1DAEAA'

red 29 ◦ green 174 ◦ blue 170

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

Shades of Light Sea Green #1DAEAA

Tints of Light Sea Green #1DAEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.58%

R = 7.77%
G = 46.65%
B = 45.58%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#1DAEAA (or 0x1DAEAA) is known color: Light Sea Green. HEX triplet: 1D, AE and AA. RGB value is (29,174,170). Sum of RGB (Red+Green+Blue) = 29+174+170=373 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.77% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAEAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DAEAA is #E25155. Grayscale: #828282. Windows color (decimal): -14831958 or 11185693. OLE color: 11185693.

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

Color convert

RGB 29 174 170 -
CMYK 0.83 0 0.02 0.32
HSL 178.34º 0.71% 0.4% -
HSV(B) 178.34º 0.83% 0.68% -
XYZ 22.9 33.44 43.28 -
YUV 130.19 150.46 55.83 -
System Red Green Blue C M Y K H S L
Decimal 29 174 170 0.83 0 0.02 0.32 178.34 0.71 0.4
Hex 1D AE AA 53 0 2 20 B2 47 28
Octal 35 256 252 123 0 2 40 262 107 50
Binary 11101 10101110 10101010 1010011 0 10 100000 10110010 1000111 101000

Color Harmonies of #1DAEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAEAA

Black with #1DAEAA

Text Example


Text Example

White with #1DAEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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