Html Css Color HEX #3AABAE Light Sea Green

📋 copy color: '#3AABAE'

red 58 ◦ green 171 ◦ blue 174

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

Shades of Light Sea Green #3AABAE

Tints of Light Sea Green #3AABAE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.43%

 BLUE value IS 174 (68.36% from 255) = 43.18%

R = 14.39%
G = 42.43%
B = 43.18%

CMYK

 C value IS 0.67

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3AABAE (or 0x3AABAE) is known color: Light Sea Green. HEX triplet: 3A, AB and AE. RGB value is (58,171,174). Sum of RGB (Red+Green+Blue) = 58+171+174=403 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.39% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 174 - color contains mainly: blue. Hex color #3AABAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AABAE is #C55451. Grayscale: #898989. Windows color (decimal): -12932178 or 11447098. OLE color: 11447098.

HSL color Cylindrical-coordinate representation of color #3AABAE: hue angle of 181.55º 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 #3AABAE is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 58 171 174 -
CMYK 0.67 0.02 0 0.32
HSL 181.55º 0.5% 0.45% -
HSV(B) 181.55º 0.67% 0.68% -
XYZ 23.95 33.08 45.17 -
YUV 137.56 148.56 71.26 -
System Red Green Blue C M Y K H S L
Decimal 58 171 174 0.67 0.02 0 0.32 181.55 0.5 0.45
Hex 3A AB AE 43 2 0 20 B6 32 2D
Octal 72 253 256 103 2 0 40 266 62 55
Binary 111010 10101011 10101110 1000011 10 0 100000 10110110 110010 101101

Color Harmonies of #3AABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AABAE

Black with #3AABAE

Text Example


Text Example

White with #3AABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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