#38A49B

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

Shades of Java #38A49B

Tints of Java #38A49B

Color information

#38A49B (or 0x38A49B) is unknown color: approx Java. HEX triplet: 38, A4 and 9B. RGB value is (56,164,155). Sum of RGB (Red+Green+Blue) = 56+164+155=375 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.93% from 375); Green value is 164 (64.45% from 255 or 43.73% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 164 - color contains mainly: green. Hex color #38A49B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A49B is #C75B64. Grayscale: #828282. Windows color (decimal): -13065061 or 10200120. OLE color: 10200120.

HSL color Cylindrical-coordinate representation of color #38A49B: hue angle of 175º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A49B is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB56164155-
CMYK0.6600.050.36
HSL175º49.09%43.14%-
HSV(B)175º65.85%64.31%-
XYZ20.8229.7635.66-
YUV130.68141.7274.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.93%
GREEN value IS 164 (64.45% from 255) = 43.73%
BLUE value IS 155 (60.94% from 255) = 41.33%
R=14.93%
G=43.73%
B=41.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal561641550.6600.050.3617549.0943.14
Hex38A49B420524af312b
Octal7024423310205442576153
Binary11100010100100100110111000010010110010010101111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38A49B; }

 p { color: rgb(56,164,155); }

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

<style>
 a { background-color: #38A49B; }

 a { background-color: rgb(56,164,155); }

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

<style>
 span { border-color: #38A49B; }

 span { border-color: rgb(56,164,155); }

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