Html Css Color HEX #3AAAA7 Light Sea Green

📋 copy color: '#3AAAA7'

red 58 ◦ green 170 ◦ blue 167

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

Shades of Light Sea Green #3AAAA7

Tints of Light Sea Green #3AAAA7

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.04%

 BLUE value IS 167 (65.63% from 255) = 42.28%

R = 14.68%
G = 43.04%
B = 42.28%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#3AAAA7 (or 0x3AAAA7) is known color: Light Sea Green. HEX triplet: 3A, AA and A7. RGB value is (58,170,167). Sum of RGB (Red+Green+Blue) = 58+170+167=395 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.68% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 167 (65.62% from 255 or 42.28% from 395); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAAA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAAA7 is #C55558. Grayscale: #888888. Windows color (decimal): -12932441 or 10988090. OLE color: 10988090.

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

Color convert

RGB 58 170 167 -
CMYK 0.66 0 0.02 0.33
HSL 178.39º 0.49% 0.45% -
HSV(B) 178.39º 0.66% 0.67% -
XYZ 23.09 32.44 41.6 -
YUV 136.17 145.39 72.24 -
System Red Green Blue C M Y K H S L
Decimal 58 170 167 0.66 0 0.02 0.33 178.39 0.49 0.45
Hex 3A AA A7 42 0 2 21 B2 31 2D
Octal 72 252 247 102 0 2 41 262 61 55
Binary 111010 10101010 10100111 1000010 0 10 100001 10110010 110001 101101

Color Harmonies of #3AAAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAAA7

Black with #3AAAA7

Text Example


Text Example

White with #3AAAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,170,167); }

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

background-color css

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

 a { background-color: rgb(58,170,167); }

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

border-color css

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

 span { border-color: rgb(58,170,167); }

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