Html Css Color HEX #1ACEAF Light Sea Green

📋 copy color: '#1ACEAF'

red 26 ◦ green 206 ◦ blue 175

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

Shades of Light Sea Green #1ACEAF

Tints of Light Sea Green #1ACEAF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 50.61%

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

R = 6.39%
G = 50.61%
B = 43%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.15

 K value IS 0.19

RGB Variations

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

Color information

#1ACEAF (or 0x1ACEAF) is known color: Light Sea Green. HEX triplet: 1A, CE and AF. RGB value is (26,206,175). Sum of RGB (Red+Green+Blue) = 26+206+175=407 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.39% from 407); Green value is 206 (80.86% from 255 or 50.61% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 206 - color contains mainly: green. Hex color #1ACEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ACEAF is #E53150. Grayscale: #949494. Windows color (decimal): -15020369 or 11521562. OLE color: 11521562.

HSL color Cylindrical-coordinate representation of color #1ACEAF: hue angle of 169.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACEAF is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 26 206 175 -
CMYK 0.87 0 0.15 0.19
HSL 169.67º 0.78% 0.45% -
HSV(B) 169.67º 0.87% 0.81% -
XYZ 30.24 47.46 48.12 -
YUV 148.65 142.87 40.52 -
System Red Green Blue C M Y K H S L
Decimal 26 206 175 0.87 0 0.15 0.19 169.67 0.78 0.45
Hex 1A CE AF 57 0 F 13 AA 4E 2D
Octal 32 316 257 127 0 17 23 252 116 55
Binary 11010 11001110 10101111 1010111 0 1111 10011 10101010 1001110 101101

Color Harmonies of #1ACEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ACEAF

Black with #1ACEAF

Text Example


Text Example

White with #1ACEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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