Html Css Color HEX #3ABCAC Light Sea Green

📋 copy color: '#3ABCAC'

red 58 ◦ green 188 ◦ blue 172

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

Shades of Light Sea Green #3ABCAC

Tints of Light Sea Green #3ABCAC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.98%

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

R = 13.88%
G = 44.98%
B = 41.15%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#3ABCAC (or 0x3ABCAC) is known color: Light Sea Green. HEX triplet: 3A, BC and AC. RGB value is (58,188,172). Sum of RGB (Red+Green+Blue) = 58+188+172=418 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.88% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #3ABCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABCAC is #C54353. Grayscale: #939393. Windows color (decimal): -12927828 or 11320378. OLE color: 11320378.

HSL color Cylindrical-coordinate representation of color #3ABCAC: hue angle of 172.62º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABCAC is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 58 188 172 -
CMYK 0.69 0 0.09 0.26
HSL 172.62º 0.53% 0.48% -
HSV(B) 172.62º 0.69% 0.74% -
XYZ 27.17 39.84 45.29 -
YUV 147.31 141.93 64.3 -
System Red Green Blue C M Y K H S L
Decimal 58 188 172 0.69 0 0.09 0.26 172.62 0.53 0.48
Hex 3A BC AC 45 0 9 1A AD 35 30
Octal 72 274 254 105 0 11 32 255 65 60
Binary 111010 10111100 10101100 1000101 0 1001 11010 10101101 110101 110000

Color Harmonies of #3ABCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABCAC

Black with #3ABCAC

Text Example


Text Example

White with #3ABCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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