Html Css Color HEX #1ACDAC Light Sea Green

📋 copy color: '#1ACDAC'

red 26 ◦ green 205 ◦ blue 172

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

Shades of Light Sea Green #1ACDAC

Tints of Light Sea Green #1ACDAC

RGB

 RED value IS 26 (10.55% from 255) = 6.45%

 GREEN value IS 205 (80.47% from 255) = 50.87%

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

R = 6.45%
G = 50.87%
B = 42.68%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#1ACDAC (or 0x1ACDAC) is known color: Light Sea Green. HEX triplet: 1A, CD and AC. RGB value is (26,205,172). Sum of RGB (Red+Green+Blue) = 26+205+172=403 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.45% from 403); Green value is 205 (80.47% from 255 or 50.87% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 205 - color contains mainly: green. Hex color #1ACDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ACDAC is #E53253. Grayscale: #939393. Windows color (decimal): -15020628 or 11324698. OLE color: 11324698.

HSL color Cylindrical-coordinate representation of color #1ACDAC: hue angle of 168.94º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACDAC is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 26 205 172 -
CMYK 0.87 0 0.16 0.20
HSL 168.94º 0.77% 0.45% -
HSV(B) 168.94º 0.87% 0.8% -
XYZ 29.7 46.86 46.51 -
YUV 147.72 141.7 41.18 -
System Red Green Blue C M Y K H S L
Decimal 26 205 172 0.87 0 0.16 0.20 168.94 0.77 0.45
Hex 1A CD AC 57 0 10 14 A9 4D 2D
Octal 32 315 254 127 0 20 24 251 115 55
Binary 11010 11001101 10101100 1010111 0 10000 10100 10101001 1001101 101101

Color Harmonies of #1ACDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACDAC

Black with #1ACDAC

Text Example


Text Example

White with #1ACDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,205,172); }

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

background-color css

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

 a { background-color: rgb(26,205,172); }

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

border-color css

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

 span { border-color: rgb(26,205,172); }

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