Html Css Color HEX #1AACAC Light Sea Green

📋 copy color: '#1AACAC'

red 26 ◦ green 172 ◦ blue 172

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

Shades of Light Sea Green #1AACAC

Tints of Light Sea Green #1AACAC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.49%

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

R = 7.03%
G = 46.49%
B = 46.49%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1AACAC (or 0x1AACAC) is known color: Light Sea Green. HEX triplet: 1A, AC and AC. RGB value is (26,172,172). Sum of RGB (Red+Green+Blue) = 26+172+172=370 (49% of max value = 765). Red value is 26 (10.55% from 255 or 7.03% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #1AACAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AACAC is #E55353. Grayscale: #808080. Windows color (decimal): -15029076 or 11316250. OLE color: 11316250.

HSL color Cylindrical-coordinate representation of color #1AACAC: hue angle of 180º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AACAC is Cyan = 0.85, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 26 172 172 -
CMYK 0.85 0 0 0.33
HSL 180º 0.74% 0.39% -
HSV(B) 180º 0.85% 0.67% -
XYZ 22.62 32.7 44.15 -
YUV 128.35 152.63 55 -
System Red Green Blue C M Y K H S L
Decimal 26 172 172 0.85 0 0 0.33 180 0.74 0.39
Hex 1A AC AC 55 0 0 21 B4 4A 27
Octal 32 254 254 125 0 0 41 264 112 47
Binary 11010 10101100 10101100 1010101 0 0 100001 10110100 1001010 100111

Color Harmonies of #1AACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AACAC

Black with #1AACAC

Text Example


Text Example

White with #1AACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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