#38A29C

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

Shades of Java #38A29C

Tints of Java #38A29C

Color information

#38A29C (or 0x38A29C) is unknown color: approx Java. HEX triplet: 38, A2 and 9C. RGB value is (56,162,156). Sum of RGB (Red+Green+Blue) = 56+162+156=374 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.97% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 162 - color contains mainly: green. Hex color #38A29C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A29C is #C75D63. Grayscale: #818181. Windows color (decimal): -13065572 or 10265144. OLE color: 10265144.

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

Color convert

RGB56162156-
CMYK0.6500.040.36
HSL176.6º48.62%42.75%-
HSV(B)176.6º65.43%63.53%-
XYZ20.5529.0835.98-
YUV129.62142.8875.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.97%
GREEN value IS 162 (63.67% from 255) = 43.32%
BLUE value IS 156 (61.33% from 255) = 41.71%
R=14.97%
G=43.32%
B=41.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal561621560.6500.040.36176.648.6242.75
Hex38A29C410424b1312b
Octal7024223410104442616153
Binary11100010100010100111001000001010010010010110001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A29C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,162,156); }

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

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

 a { background-color: rgb(56,162,156); }

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

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

 span { border-color: rgb(56,162,156); }

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