Html Css Color HEX #1DAEAC Light Sea Green

📋 copy color: '#1DAEAC'

red 29 ◦ green 174 ◦ blue 172

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

Shades of Light Sea Green #1DAEAC

Tints of Light Sea Green #1DAEAC

RGB

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

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

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

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

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

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

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

Color convert

RGB 29 174 172 -
CMYK 0.83 0 0.01 0.32
HSL 179.17º 0.71% 0.4% -
HSV(B) 179.17º 0.83% 0.68% -
XYZ 23.09 33.51 44.28 -
YUV 130.42 151.46 55.66 -
System Red Green Blue C M Y K H S L
Decimal 29 174 172 0.83 0 0.01 0.32 179.17 0.71 0.4
Hex 1D AE AC 53 0 1 20 B3 47 28
Octal 35 256 254 123 0 1 40 263 107 50
Binary 11101 10101110 10101100 1010011 0 1 100000 10110011 1000111 101000

Color Harmonies of #1DAEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAEAC

Black with #1DAEAC

Text Example


Text Example

White with #1DAEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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