Html Css Color HEX #3AADAC Light Sea Green

📋 copy color: '#3AADAC'

red 58 ◦ green 173 ◦ blue 172

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

Shades of Light Sea Green #3AADAC

Tints of Light Sea Green #3AADAC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.93%

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

R = 14.39%
G = 42.93%
B = 42.68%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#3AADAC (or 0x3AADAC) is known color: Light Sea Green. HEX triplet: 3A, AD and AC. RGB value is (58,173,172). Sum of RGB (Red+Green+Blue) = 58+173+172=403 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.39% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 173 - color contains mainly: green. Hex color #3AADAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AADAC is #C55253. Grayscale: #8A8A8A. Windows color (decimal): -12931668 or 11316538. OLE color: 11316538.

HSL color Cylindrical-coordinate representation of color #3AADAC: hue angle of 179.48º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AADAC is Cyan = 0.66, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 58 173 172 -
CMYK 0.66 0 0.01 0.32
HSL 179.48º 0.5% 0.45% -
HSV(B) 179.48º 0.66% 0.68% -
XYZ 24.13 33.77 44.28 -
YUV 138.5 146.9 70.58 -
System Red Green Blue C M Y K H S L
Decimal 58 173 172 0.66 0 0.01 0.32 179.48 0.5 0.45
Hex 3A AD AC 42 0 1 20 B3 32 2D
Octal 72 255 254 102 0 1 40 263 62 55
Binary 111010 10101101 10101100 1000010 0 1 100000 10110011 110010 101101

Color Harmonies of #3AADAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AADAC

Black with #3AADAC

Text Example


Text Example

White with #3AADAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,173,172); }

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

background-color css

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

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

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

border-color css

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

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

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