Html Css Color HEX #3AA8A1 Light Sea Green

📋 copy color: '#3AA8A1'

red 58 ◦ green 168 ◦ blue 161

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

Shades of Light Sea Green #3AA8A1

Tints of Light Sea Green #3AA8A1

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.41%

 BLUE value IS 161 (63.28% from 255) = 41.6%

R = 14.99%
G = 43.41%
B = 41.6%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.04

 K value IS 0.34

RGB Variations

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

Color information

#3AA8A1 (or 0x3AA8A1) is known color: Light Sea Green. HEX triplet: 3A, A8 and A1. RGB value is (58,168,161). Sum of RGB (Red+Green+Blue) = 58+168+161=387 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.99% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 168 - color contains mainly: green. Hex color #3AA8A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA8A1 is #C5575E. Grayscale: #868686. Windows color (decimal): -12932959 or 10594362. OLE color: 10594362.

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

Color convert

RGB 58 168 161 -
CMYK 0.65 0 0.04 0.34
HSL 176.18º 0.49% 0.44% -
HSV(B) 176.18º 0.65% 0.66% -
XYZ 22.18 31.48 38.63 -
YUV 134.31 143.06 73.57 -
System Red Green Blue C M Y K H S L
Decimal 58 168 161 0.65 0 0.04 0.34 176.18 0.49 0.44
Hex 3A A8 A1 41 0 4 22 B0 31 2C
Octal 72 250 241 101 0 4 42 260 61 54
Binary 111010 10101000 10100001 1000001 0 100 100010 10110000 110001 101100

Color Harmonies of #3AA8A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AA8A1

Black with #3AA8A1

Text Example


Text Example

White with #3AA8A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,168,161); }

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

background-color css

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

 a { background-color: rgb(58,168,161); }

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

border-color css

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

 span { border-color: rgb(58,168,161); }

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