Html Css Color HEX #3AAEAC Light Sea Green

📋 copy color: '#3AAEAC'

red 58 ◦ green 174 ◦ blue 172

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

Shades of Light Sea Green #3AAEAC

Tints of Light Sea Green #3AAEAC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 43.07%

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

R = 14.36%
G = 43.07%
B = 42.57%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#3AAEAC (or 0x3AAEAC) is known color: Light Sea Green. HEX triplet: 3A, AE and AC. RGB value is (58,174,172). Sum of RGB (Red+Green+Blue) = 58+174+172=404 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.36% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 172 (67.58% from 255 or 42.57% from 404); Max value from RGB is 174 - color contains mainly: green. Hex color #3AAEAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAEAC is #C55153. Grayscale: #8A8A8A. Windows color (decimal): -12931412 or 11316794. OLE color: 11316794.

HSL color Cylindrical-coordinate representation of color #3AAEAC: hue angle of 178.97º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AAEAC is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 58 174 172 -
CMYK 0.67 0 0.01 0.32
HSL 178.97º 0.5% 0.45% -
HSV(B) 178.97º 0.67% 0.68% -
XYZ 24.33 34.15 44.34 -
YUV 139.09 146.57 70.16 -
System Red Green Blue C M Y K H S L
Decimal 58 174 172 0.67 0 0.01 0.32 178.97 0.5 0.45
Hex 3A AE AC 43 0 1 20 B3 32 2D
Octal 72 256 254 103 0 1 40 263 62 55
Binary 111010 10101110 10101100 1000011 0 1 100000 10110011 110010 101101

Color Harmonies of #3AAEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAEAC

Black with #3AAEAC

Text Example


Text Example

White with #3AAEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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