Html Css Color HEX #1DAEBC Light Sea Green

📋 copy color: '#1DAEBC'

red 29 ◦ green 174 ◦ blue 188

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

Shades of Light Sea Green #1DAEBC

Tints of Light Sea Green #1DAEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.08%

R = 7.42%
G = 44.5%
B = 48.08%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1DAEBC (or 0x1DAEBC) is known color: Light Sea Green. HEX triplet: 1D, AE and BC. RGB value is (29,174,188). Sum of RGB (Red+Green+Blue) = 29+174+188=391 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.42% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #1DAEBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1DAEBC is #E25143. Grayscale: #848484. Windows color (decimal): -14831940 or 12365341. OLE color: 12365341.

HSL color Cylindrical-coordinate representation of color #1DAEBC: hue angle of 185.28º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DAEBC is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 29 174 188 -
CMYK 0.85 0.07 0 0.26
HSL 185.28º 0.73% 0.43% -
HSV(B) 185.28º 0.85% 0.74% -
XYZ 24.72 34.16 52.87 -
YUV 132.24 159.46 54.36 -
System Red Green Blue C M Y K H S L
Decimal 29 174 188 0.85 0.07 0 0.26 185.28 0.73 0.43
Hex 1D AE BC 55 7 0 1A B9 49 2B
Octal 35 256 274 125 7 0 32 271 111 53
Binary 11101 10101110 10111100 1010101 111 0 11010 10111001 1001001 101011

Color Harmonies of #1DAEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAEBC

Black with #1DAEBC

Text Example


Text Example

White with #1DAEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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