Html Css Color HEX #3AB2A1 Light Sea Green

📋 copy color: '#3AB2A1'

red 58 ◦ green 178 ◦ blue 161

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

Shades of Light Sea Green #3AB2A1

Tints of Light Sea Green #3AB2A1

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.84%

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

R = 14.61%
G = 44.84%
B = 40.55%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#3AB2A1 (or 0x3AB2A1) is known color: Light Sea Green. HEX triplet: 3A, B2 and A1. RGB value is (58,178,161). Sum of RGB (Red+Green+Blue) = 58+178+161=397 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.61% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 178 - color contains mainly: green. Hex color #3AB2A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AB2A1 is #C54D5E. Grayscale: #8C8C8C. Windows color (decimal): -12930399 or 10596922. OLE color: 10596922.

HSL color Cylindrical-coordinate representation of color #3AB2A1: hue angle of 171.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AB2A1 is Cyan = 0.67, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 58 178 161 -
CMYK 0.67 0 0.10 0.30
HSL 171.5º 0.51% 0.46% -
HSV(B) 171.5º 0.67% 0.7% -
XYZ 24.1 35.31 39.26 -
YUV 140.18 139.74 69.38 -
System Red Green Blue C M Y K H S L
Decimal 58 178 161 0.67 0 0.10 0.30 171.5 0.51 0.46
Hex 3A B2 A1 43 0 A 1E AC 33 2E
Octal 72 262 241 103 0 12 36 254 63 56
Binary 111010 10110010 10100001 1000011 0 1010 11110 10101100 110011 101110

Color Harmonies of #3AB2A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB2A1

Black with #3AB2A1

Text Example


Text Example

White with #3AB2A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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