Html Css Color HEX #3AB3AA Light Sea Green

📋 copy color: '#3AB3AA'

red 58 ◦ green 179 ◦ blue 170

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

Shades of Light Sea Green #3AB3AA

Tints of Light Sea Green #3AB3AA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.98%

 BLUE value IS 170 (66.8% from 255) = 41.77%

R = 14.25%
G = 43.98%
B = 41.77%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#3AB3AA (or 0x3AB3AA) is known color: Light Sea Green. HEX triplet: 3A, B3 and AA. RGB value is (58,179,170). Sum of RGB (Red+Green+Blue) = 58+179+170=407 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.25% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 179 - color contains mainly: green. Hex color #3AB3AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AB3AA is #C54C55. Grayscale: #8D8D8D. Windows color (decimal): -12930134 or 11187002. OLE color: 11187002.

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

Color convert

RGB 58 179 170 -
CMYK 0.68 0 0.05 0.30
HSL 175.54º 0.51% 0.46% -
HSV(B) 175.54º 0.68% 0.7% -
XYZ 25.12 36.04 43.66 -
YUV 141.8 143.91 68.23 -
System Red Green Blue C M Y K H S L
Decimal 58 179 170 0.68 0 0.05 0.30 175.54 0.51 0.46
Hex 3A B3 AA 44 0 5 1E B0 33 2E
Octal 72 263 252 104 0 5 36 260 63 56
Binary 111010 10110011 10101010 1000100 0 101 11110 10110000 110011 101110

Color Harmonies of #3AB3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB3AA

Black with #3AB3AA

Text Example


Text Example

White with #3AB3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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