Html Css Color HEX #1DACAE Light Sea Green

📋 copy color: '#1DACAE'

red 29 ◦ green 172 ◦ blue 174

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

Shades of Light Sea Green #1DACAE

Tints of Light Sea Green #1DACAE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.87%

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

R = 7.73%
G = 45.87%
B = 46.4%

CMYK

 C value IS 0.83

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1DACAE (or 0x1DACAE) is known color: Light Sea Green. HEX triplet: 1D, AC and AE. RGB value is (29,172,174). Sum of RGB (Red+Green+Blue) = 29+172+174=375 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.73% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #1DACAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1DACAE is #E25351. Grayscale: #818181. Windows color (decimal): -14832466 or 11447325. OLE color: 11447325.

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

Color convert

RGB 29 172 174 -
CMYK 0.83 0.01 0 0.32
HSL 180.83º 0.71% 0.4% -
HSV(B) 180.83º 0.83% 0.68% -
XYZ 22.9 32.82 45.17 -
YUV 129.47 153.12 56.34 -
System Red Green Blue C M Y K H S L
Decimal 29 172 174 0.83 0.01 0 0.32 180.83 0.71 0.4
Hex 1D AC AE 53 1 0 20 B5 47 28
Octal 35 254 256 123 1 0 40 265 107 50
Binary 11101 10101100 10101110 1010011 1 0 100000 10110101 1000111 101000

Color Harmonies of #1DACAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DACAE

Black with #1DACAE

Text Example


Text Example

White with #1DACAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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