#3AA69F

Color #3AA69F Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #3AA69F

Tints of Java #3AA69F

Color information

#3AA69F (or 0x3AA69F) is unknown color: approx Java. HEX triplet: 3A, A6 and 9F. RGB value is (58,166,159). Sum of RGB (Red+Green+Blue) = 58+166+159=383 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.14% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 166 - color contains mainly: green. Hex color #3AA69F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA69F is #C55960. Grayscale: #848484. Windows color (decimal): -12933473 or 10462778. OLE color: 10462778.

HSL color Cylindrical-coordinate representation of color #3AA69F: hue angle of 176.11º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3AA69F is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB58166159-
CMYK0.6500.040.35
HSL176.11º48.21%43.92%-
HSV(B)176.11º65.06%65.1%-
XYZ21.6430.6837.58-
YUV132.91142.7274.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.14%
GREEN value IS 166 (65.23% from 255) = 43.34%
BLUE value IS 159 (62.5% from 255) = 41.51%
R=15.14%
G=43.34%
B=41.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal581661590.6500.040.35176.1148.2143.92
Hex3AA69F410423b0302c
Octal7224623710104432606054
Binary11101010100110100111111000001010010001110110000110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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