#3AABAB

Color #3AABAB Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #3AABAB

Tints of Light Sea Green #3AABAB

Color information

#3AABAB (or 0x3AABAB) is unknown color: approx Light Sea Green. HEX triplet: 3A, AB and AB. RGB value is (58,171,171). Sum of RGB (Red+Green+Blue) = 58+171+171=400 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.5% from 400); Green value is 171 (67.19% from 255 or 42.75% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #3AABAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AABAB is #C55454. Grayscale: #898989. Windows color (decimal): -12932181 or 11250490. OLE color: 11250490.

HSL color Cylindrical-coordinate representation of color #3AABAB: hue angle of 180º 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 #3AABAB is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB58171171-
CMYK0.66000.33
HSL180º49.34%44.9%-
HSV(B)180º66.08%67.06%-
XYZ23.6632.9743.64-
YUV137.21147.0671.5-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 14.5%
GREEN value IS 171 (67.19% from 255) = 42.75%
BLUE value IS 171 (67.19% from 255) = 42.75%
R=14.5%
G=42.75%
B=42.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal581711710.66000.3318049.3444.9
Hex3AABAB420021b4312d
Octal7225325310200412646155
Binary111010101010111010101110000100010000110110100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3AABAB;
 }
 .AnyTagClassName
 {
   color: #3AABAB;
 }
</style>
background-color css

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

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

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

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

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

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