Html Css Color HEX #1ACDAF Light Sea Green

📋 copy color: '#1ACDAF'

red 26 ◦ green 205 ◦ blue 175

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

Shades of Light Sea Green #1ACDAF

Tints of Light Sea Green #1ACDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.1%

R = 6.4%
G = 50.49%
B = 43.1%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#1ACDAF (or 0x1ACDAF) is known color: Light Sea Green. HEX triplet: 1A, CD and AF. RGB value is (26,205,175). Sum of RGB (Red+Green+Blue) = 26+205+175=406 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.40% from 406); Green value is 205 (80.47% from 255 or 50.49% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 205 - color contains mainly: green. Hex color #1ACDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ACDAF is #E53250. Grayscale: #949494. Windows color (decimal): -15020625 or 11521306. OLE color: 11521306.

HSL color Cylindrical-coordinate representation of color #1ACDAF: hue angle of 169.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 #1ACDAF is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 26 205 175 -
CMYK 0.87 0 0.15 0.20
HSL 169.94º 0.77% 0.45% -
HSV(B) 169.94º 0.87% 0.8% -
XYZ 30 46.98 48.04 -
YUV 148.06 143.2 40.94 -
System Red Green Blue C M Y K H S L
Decimal 26 205 175 0.87 0 0.15 0.20 169.94 0.77 0.45
Hex 1A CD AF 57 0 F 14 AA 4D 2D
Octal 32 315 257 127 0 17 24 252 115 55
Binary 11010 11001101 10101111 1010111 0 1111 10100 10101010 1001101 101101

Color Harmonies of #1ACDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACDAF

Black with #1ACDAF

Text Example


Text Example

White with #1ACDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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