Html Css Color HEX #3AB9A6 Light Sea Green

📋 copy color: '#3AB9A6'

red 58 ◦ green 185 ◦ blue 166

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

Shades of Light Sea Green #3AB9A6

Tints of Light Sea Green #3AB9A6

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.23%

 BLUE value IS 166 (65.23% from 255) = 40.59%

R = 14.18%
G = 45.23%
B = 40.59%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#3AB9A6 (or 0x3AB9A6) is known color: Light Sea Green. HEX triplet: 3A, B9 and A6. RGB value is (58,185,166). Sum of RGB (Red+Green+Blue) = 58+185+166=409 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.18% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 185 - color contains mainly: green. Hex color #3AB9A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3AB9A6 is #C54659. Grayscale: #909090. Windows color (decimal): -12928602 or 10926394. OLE color: 10926394.

HSL color Cylindrical-coordinate representation of color #3AB9A6: hue angle of 171.02º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3AB9A6 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB 58 185 166 -
CMYK 0.69 0 0.10 0.27
HSL 171.02º 0.52% 0.48% -
HSV(B) 171.02º 0.69% 0.73% -
XYZ 25.98 38.35 42.11 -
YUV 144.86 139.92 66.04 -
System Red Green Blue C M Y K H S L
Decimal 58 185 166 0.69 0 0.10 0.27 171.02 0.52 0.48
Hex 3A B9 A6 45 0 A 1B AB 34 30
Octal 72 271 246 105 0 12 33 253 64 60
Binary 111010 10111001 10100110 1000101 0 1010 11011 10101011 110100 110000

Color Harmonies of #3AB9A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB9A6

Black with #3AB9A6

Text Example


Text Example

White with #3AB9A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,185,166); }

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

background-color css

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

 a { background-color: rgb(58,185,166); }

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

border-color css

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

 span { border-color: rgb(58,185,166); }

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