Html Css Color HEX #3AB4AA Light Sea Green

📋 copy color: '#3AB4AA'

red 58 ◦ green 180 ◦ blue 170

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

Shades of Light Sea Green #3AB4AA

Tints of Light Sea Green #3AB4AA

RGB

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

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

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

R = 14.22%
G = 44.12%
B = 41.67%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#3AB4AA (or 0x3AB4AA) is known color: Light Sea Green. HEX triplet: 3A, B4 and AA. RGB value is (58,180,170). Sum of RGB (Red+Green+Blue) = 58+180+170=408 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.22% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 180 - color contains mainly: green. Hex color #3AB4AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AB4AA is #C54B55. Grayscale: #8E8E8E. Windows color (decimal): -12929878 or 11187258. OLE color: 11187258.

HSL color Cylindrical-coordinate representation of color #3AB4AA: hue angle of 175.08º 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 #3AB4AA is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB 58 180 170 -
CMYK 0.68 0 0.06 0.29
HSL 175.08º 0.51% 0.47% -
HSV(B) 175.08º 0.68% 0.71% -
XYZ 25.32 36.44 43.73 -
YUV 142.38 143.58 67.81 -
System Red Green Blue C M Y K H S L
Decimal 58 180 170 0.68 0 0.06 0.29 175.08 0.51 0.47
Hex 3A B4 AA 44 0 6 1D AF 33 2F
Octal 72 264 252 104 0 6 35 257 63 57
Binary 111010 10110100 10101010 1000100 0 110 11101 10101111 110011 101111

Color Harmonies of #3AB4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB4AA

Black with #3AB4AA

Text Example


Text Example

White with #3AB4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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