Html Css Color HEX #3ABDAC Light Sea Green

📋 copy color: '#3ABDAC'

red 58 ◦ green 189 ◦ blue 172

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

Shades of Light Sea Green #3ABDAC

Tints of Light Sea Green #3ABDAC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.11%

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

R = 13.84%
G = 45.11%
B = 41.05%

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

#3ABDAC (or 0x3ABDAC) is known color: Light Sea Green. HEX triplet: 3A, BD and AC. RGB value is (58,189,172). Sum of RGB (Red+Green+Blue) = 58+189+172=419 (55% of max value = 765). Red value is 58 (23.05% from 255 or 13.84% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #3ABDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3ABDAC is #C54253. Grayscale: #939393. Windows color (decimal): -12927572 or 11320634. OLE color: 11320634.

HSL color Cylindrical-coordinate representation of color #3ABDAC: hue angle of 172.21º 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 #3ABDAC is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 58 189 172 -
CMYK 0.69 0 0.09 0.26
HSL 172.21º 0.53% 0.48% -
HSV(B) 172.21º 0.69% 0.74% -
XYZ 27.39 40.27 45.36 -
YUV 147.89 141.6 63.88 -
System Red Green Blue C M Y K H S L
Decimal 58 189 172 0.69 0 0.09 0.26 172.21 0.53 0.48
Hex 3A BD AC 45 0 9 1A AC 35 30
Octal 72 275 254 105 0 11 32 254 65 60
Binary 111010 10111101 10101100 1000101 0 1001 11010 10101100 110101 110000

Color Harmonies of #3ABDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABDAC

Black with #3ABDAC

Text Example


Text Example

White with #3ABDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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