Html Css Color HEX #3AA9A4 Light Sea Green

📋 copy color: '#3AA9A4'

red 58 ◦ green 169 ◦ blue 164

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

Shades of Light Sea Green #3AA9A4

Tints of Light Sea Green #3AA9A4

RGB

 RED value IS 58 (23.05% from 255) = 14.83%

 GREEN value IS 169 (66.41% from 255) = 43.22%

 BLUE value IS 164 (64.45% from 255) = 41.94%

R = 14.83%
G = 43.22%
B = 41.94%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.34

RGB Variations

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

Color information

#3AA9A4 (or 0x3AA9A4) is known color: Light Sea Green. HEX triplet: 3A, A9 and A4. RGB value is (58,169,164). Sum of RGB (Red+Green+Blue) = 58+169+164=391 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.83% from 391); Green value is 169 (66.41% from 255 or 43.22% from 391); Blue value is 164 (64.45% from 255 or 41.94% from 391); Max value from RGB is 169 - color contains mainly: green. Hex color #3AA9A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA9A4 is #C5565B. Grayscale: #878787. Windows color (decimal): -12932700 or 10791226. OLE color: 10791226.

HSL color Cylindrical-coordinate representation of color #3AA9A4: hue angle of 177.3º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AA9A4 is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.34.

Color convert

RGB 58 169 164 -
CMYK 0.66 0 0.03 0.34
HSL 177.3º 0.49% 0.45% -
HSV(B) 177.3º 0.66% 0.66% -
XYZ 22.63 31.96 40.1 -
YUV 135.24 144.23 72.91 -
System Red Green Blue C M Y K H S L
Decimal 58 169 164 0.66 0 0.03 0.34 177.3 0.49 0.45
Hex 3A A9 A4 42 0 3 22 B1 31 2D
Octal 72 251 244 102 0 3 42 261 61 55
Binary 111010 10101001 10100100 1000010 0 11 100010 10110001 110001 101101

Color Harmonies of #3AA9A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA9A4

Black with #3AA9A4

Text Example


Text Example

White with #3AA9A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AA9A4; }

 p { color: rgb(58,169,164); }

 H1.HeaderClassName
 {
   color: #3AA9A4;
 }
 .AnyTagClassName
 {
   color: #3AA9A4;
 }
</style>

background-color css

<style>
 a { background-color: #3AA9A4; }

 a { background-color: rgb(58,169,164); }

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

border-color css

<style>
 span { border-color: #3AA9A4; }

 span { border-color: rgb(58,169,164); }

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