Html Css Color HEX #3AABA7 Light Sea Green

📋 copy color: '#3AABA7'

red 58 ◦ green 171 ◦ blue 167

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

Shades of Light Sea Green #3AABA7

Tints of Light Sea Green #3AABA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 42.17%

R = 14.65%
G = 43.18%
B = 42.17%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#3AABA7 (or 0x3AABA7) is known color: Light Sea Green. HEX triplet: 3A, AB and A7. RGB value is (58,171,167). Sum of RGB (Red+Green+Blue) = 58+171+167=396 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.65% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 167 (65.62% from 255 or 42.17% from 396); Max value from RGB is 171 - color contains mainly: green. Hex color #3AABA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AABA7 is #C55458. Grayscale: #888888. Windows color (decimal): -12932185 or 10988346. OLE color: 10988346.

HSL color Cylindrical-coordinate representation of color #3AABA7: hue angle of 177.88º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AABA7 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 58 171 167 -
CMYK 0.66 0 0.02 0.33
HSL 177.88º 0.49% 0.45% -
HSV(B) 177.88º 0.66% 0.67% -
XYZ 23.28 32.82 41.67 -
YUV 136.76 145.06 71.83 -
System Red Green Blue C M Y K H S L
Decimal 58 171 167 0.66 0 0.02 0.33 177.88 0.49 0.45
Hex 3A AB A7 42 0 2 21 B2 31 2D
Octal 72 253 247 102 0 2 41 262 61 55
Binary 111010 10101011 10100111 1000010 0 10 100001 10110010 110001 101101

Color Harmonies of #3AABA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AABA7

Black with #3AABA7

Text Example


Text Example

White with #3AABA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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