Html Css Color HEX #3AB4AC Light Sea Green

📋 copy color: '#3AB4AC'

red 58 ◦ green 180 ◦ blue 172

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

Shades of Light Sea Green #3AB4AC

Tints of Light Sea Green #3AB4AC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.9%

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

R = 14.15%
G = 43.9%
B = 41.95%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#3AB4AC (or 0x3AB4AC) is known color: Light Sea Green. HEX triplet: 3A, B4 and AC. RGB value is (58,180,172). Sum of RGB (Red+Green+Blue) = 58+180+172=410 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.15% from 410); Green value is 180 (70.70% from 255 or 43.90% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 180 - color contains mainly: green. Hex color #3AB4AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AB4AC is #C54B53. Grayscale: #8E8E8E. Windows color (decimal): -12929876 or 11318330. OLE color: 11318330.

HSL color Cylindrical-coordinate representation of color #3AB4AC: hue angle of 176.07º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AB4AC is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 58 180 172 -
CMYK 0.68 0 0.04 0.29
HSL 176.07º 0.51% 0.47% -
HSV(B) 176.07º 0.68% 0.71% -
XYZ 25.51 36.52 44.73 -
YUV 142.61 144.58 67.65 -
System Red Green Blue C M Y K H S L
Decimal 58 180 172 0.68 0 0.04 0.29 176.07 0.51 0.47
Hex 3A B4 AC 44 0 4 1D B0 33 2F
Octal 72 264 254 104 0 4 35 260 63 57
Binary 111010 10110100 10101100 1000100 0 100 11101 10110000 110011 101111

Color Harmonies of #3AB4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB4AC

Black with #3AB4AC

Text Example


Text Example

White with #3AB4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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